RND - source-solutions/HELP GitHub Wiki
random = RND[(x)]
Returns a pseudorandom number.
x
is a numeric expression. This value is ignored.
- SE Basic IV's
RND
function produces different random numbers from Microsoft BASIC. - It is a very poor random number generator.
RND
should not be used for cryptography, scientific simulations or anything else remotely serious.
x
has a string value: Type mismatch.