lcg_value
Description
Syntax
lcg_value(): float
Return
A pseudo random float value between 0.0 and 1.0, inclusive.
Examples
1 · void
<? $return = lcg_value(); echo $return;
0.77847768159882
lcg_value(): float
A pseudo random float value between 0.0 and 1.0, inclusive.
<? $return = lcg_value(); echo $return;
0.77847768159882