The Random\Randomizer class
(PHP 8 >= 8.2.0)
Introduction
Provides a high-level API to the randomness provided by an Random\Engine.
Synopsis de la classe
final
class Random\Randomizer
{
public getInt(
int $min
,
int $max
):
int
}
Propriétés
- engine
-
The low-level source of randomness for the Random\Randomizer’s methods.
Sommaire
There are no user contributed notes for this page.