Skip to main content

Module random

Module random 

Source
Expand description

PHP random function providers.

Structsยง

RandProvider
Provider for the rand() and mt_rand() functions.
RandomBytesProvider
Provider for the random_bytes() function.
RandomIntProvider
Provider for the random_int() function.