Function random( index )

Description:
Generates a pseudo-random number sampled from a uniform distribution between 0 and 1.

Note: The randomness may not be very high quality.

Parameters:
index (long integer)
input value, typically row index "$0"
Return Value (floating point):
random number between 0 and 1
Signature:
double random(long)