SRAND
mathThe SRAND
function pushes onto the stack a random DOUBLE between 0.0 (inclusive) and 1.0 (exlusive) generated by the seeded Pseudorandom Number Generator (PRNG).
The seeded PRNG must have been initialized beforehand using PRNG
.
This generation is NOT cryptographically secure, use RAND if you need a secure random number.