php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | Random\Engine\Mt19937 |
class | Random\Engine\PcgOneseq128XslRr64 |
class | Random\Engine\Xoshiro256StarStar |
class | Random\Engine\Secure |
interface | Random\Engine |
interface | Random\CryptoSafeEngine |
class | Random\Randomizer |
class | Random\RandomError |
class | Random\BrokenRandomEngineError |
class | Random\RandomException |
Namespaces | |
namespace | Random |
namespace | Random\Engine |
Enumerations | |
enum | Random::IntervalBoundary { Random::OpenOpen } |
Functions | |
lcg_value () | |
mt_srand (?int $seed=null, int $mode=MT_RAND_MT19937) | |
srand (?int $seed=null, int $mode=MT_RAND_MT19937) | |
rand (int $min=UNKNOWN, int $max=UNKNOWN) | |
mt_rand (int $min=UNKNOWN, int $max=UNKNOWN) | |
mt_getrandmax () | |
getrandmax () | |
random_bytes (int $length) | |
random_int (int $min, int $max) | |
Variables | |
const | MT_RAND_MT19937 = UNKNOWN |
const | MT_RAND_PHP = UNKNOWN |
getrandmax | ( | ) |
@alias mt_getrandmax
Definition at line 33 of file random.stub.php.
lcg_value | ( | ) |
Definition at line 19 of file random.stub.php.
mt_getrandmax | ( | ) |
Definition at line 30 of file random.stub.php.
mt_rand | ( | int | $min = UNKNOWN, |
int | $max = UNKNOWN ) |
Definition at line 28 of file random.stub.php.
mt_srand | ( | ?int | $seed = null, |
int | $mode = MT_RAND_MT19937 ) |
Definition at line 21 of file random.stub.php.
rand | ( | int | $min = UNKNOWN, |
int | $max = UNKNOWN ) |
Definition at line 26 of file random.stub.php.
random_bytes | ( | int | $length | ) |
@refcount 1
Definition at line 36 of file random.stub.php.
random_int | ( | int | $min, |
int | $max ) |
Definition at line 38 of file random.stub.php.
srand | ( | ?int | $seed = null, |
int | $mode = MT_RAND_MT19937 ) |
@alias mt_srand
Definition at line 24 of file random.stub.php.
const MT_RAND_MT19937 = UNKNOWN |
Definition at line 10 of file random.stub.php.
const MT_RAND_PHP = UNKNOWN |
Definition at line 16 of file random.stub.php.