Home
last modified time | relevance | path

Searched refs:lcg_value (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/random/tests/01_functions/
H A Dlcg_value_basic.phpt2 Maths test for xapic versions of lcg_value()
9 echo "\n lcg_value tests...\n";
11 $res = @lcg_value();
30 lcg_value tests...
H A Dlcg_value_deprecation.phpt2 lcg_value() deprecation
6 var_dump(lcg_value());
10 Deprecated: Function lcg_value() is deprecated since 8.4, use \Random\Randomizer::getFloat() instea…
/php-src/ext/random/
H A Drandom.stub.php19 function lcg_value(): float {} function
H A Drandom_arginfo.h127 ZEND_FUNCTION(lcg_value);
H A Drandom.c483 PHP_FUNCTION(lcg_value) argument

Completed in 24 milliseconds