RandomReal
RandomReal[]
generates a random floating point from 0 to 1.
RandomReal[max]
generates a random floating point from 0 to max
.
RandomReal[min, max]
generates a random floating point from min
to `max.
Attributes[RandomReal] := {Protected}
Details
SeedRandom[UnixTime[]]
is called automatically upon initialization of Expreduce, so random number sequences will not repeat over subsequent sessions.
Simple examples
Further examples
Use SeedRandom
to seed the RNG: