Does MySQL have a cryptographically secure random number generator?

Viewed 3217

So far I have been using PHP to create cryptographically secure random values, with openssl_random_pseudo_bytes. I would like to generate a cryptographically secure token within a stored function, is RAND() what I am looking for, or is it not cryptographically secure?

2 Answers
Related