The Random\Randomizer class
(PHP 8 >= 8.2.0)
Introducción
Provides a high-level API to the randomness provided by an Random\Engine.
Sinopsis de la Clase
final
class Random\Randomizer
{
public getFloat(
float $min
,
float $max
,
Random\IntervalBoundary $boundary
= Random\IntervalBoundary::ClosedOpen):
float
}
Propiedades
- engine
-
The low-level source of randomness for the Random\Randomizer’s methods.
Tabla de contenidos
There are no user contributed notes for this page.