Just to know, can we have a random_seed() for random_int()/random_bytes() like we have mt_srand() to mt_rand()?
I don't know if random_int() is more "random" than mt_rand(), but if it is, so maybe is valid a random_seed() function. -- David Rodrigues