Crystal and random numbers



examples/random/random.cr
puts Random.rand    # floating point
puts Random.rand(6) # Int

0.7619060657241036
1