cfunction
src/core/math.c on line 234, column 1
(math/random)
Returns a uniformly distributed random number between 0 and 1.
# Get a new and different random number each time you run your program.
(math/seedrandom (os/cryptorand 8))
(math/random)
(math/random) # 0.487181