Math.Random
eff RandomSourceAn effect used to generate random numbers.
Operations
Returns a pseudorandom 64-bit floating-point number in the range [0.0, 1.0].
Definitions
Handles the Random effect of the given function f.
In other words, re-interprets the Random effect using the IO effects.
Runs the Random effect of the given function f from an initial seed.
In other words, re-interprets the Random effect using seeded deterministic randomness.
@DefaultHandler Runs the Random effect of the given function f.
In other words, re-interprets the Random effect using the IO effects.