Function __global->lcg_value
Definitions
sources_custom/phpstub.php
- Combined linear congruential generator.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: float
Returns
- Random number
- Type: float
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Combined linear congruential generator.
*
* @return float Random number
*/
function lcg_value() : float
* Combined linear congruential generator.
*
* @return float Random number
*/
function lcg_value() : float
