The Random\Randomizer class
(PHP 8 >= 8.2.0)
Giriş
Provides a high-level API to the randomness provided by an Random\Engine.
Sınıf Sözdizimi
final
class Random\Randomizer
{
public getFloat(
float $min
,
float $max
,
Random\IntervalBoundary $boundary
= Random\IntervalBoundary::ClosedOpen):
float
}
Özellikler
- engine
-
The low-level source of randomness for the Random\Randomizer’s methods.
İçindekiler
There are no user contributed notes for this page.