cfunction
src/core/math.c on line 145, column 1
(math/rng-uniform rng)
Extract a random number in the range [0, 1) from the RNG.
(let [seed 0]
(= (math/rng-uniform (math/rng seed))
(math/rng-uniform (math/rng seed))))
# => true
(math/rng-uniform (math/rng 0))
# => 0.487181