Produces a pseudo-random value sampled from the range 0-1 (inclusive). Shortcut for calling random(0, 1, true);
random(0, 1, true);
0.5.0
Produces a pseudo-random value sampled from the range 0-1 (inclusive). Shortcut for calling
random(0, 1, true);