The Random\Randomizer class
(PHP 8 >= 8.2.0)
Introduction
Provides a high-level API to the randomness provided by an Random\Engine.
Class synopsis
final
class Random\Randomizer
{
public getFloat(
float $min,
float $max,
Random\IntervalBoundary $boundary = Random\IntervalBoundary::ClosedOpen):
float
}
Properties
- engine
-
The low-level source of randomness for the Random\Randomizer’s methods.
Table of Contents
There are no user contributed notes for this page.