The Random\Randomizer class
(PHP 8 >= 8.2.0)
Introdução
Provides a high-level API to the randomness provided by an Random\Engine.
Resumo da classe
final
class Random\Randomizer
{
public getFloat(
float $min
,
float $max
,
Random\IntervalBoundary $boundary
= Random\IntervalBoundary::ClosedOpen):
float
}
Propriedades
- engine
-
The low-level source of randomness for the Random\Randomizer’s methods.
Índice
There are no user contributed notes for this page.