Randomize

Name

Randomize -- Returns a random number

Synopsis

Randomize[x->NUMBER, {seed->0}] =: NUMBER

Description

Randomize returns a random number distributed uniformly between zero and one. The result is of rational precision. The denominator is equal to the maximum machine integer, and the numerator is a uniformly distributed integer between zero and the maximum integer.