Docs
Search
Hooks
Functions
Methods
Classes
Home
Functions
evf_crypto_rand_secure()
evf_crypto_rand_secure(
int
$min
,
int
$max
):
mixed
Crypto rand secure.
Parameters
$min
int
required
Min value.
$max
int
required
Max value.
Return
mixed
Related
Used by
Description
evf_get_random_string()
includes/evf-core-functions.php
Generate random string.