Sys/Random
Edit on GitHubThis module provides system access to random values.
Values
Random.random
Produce a random number. This function can be slow, so it’s best to seed a generator if lots of random data is needed.
This module provides system access to random values.
Produce a random number. This function can be slow, so it’s best to seed a generator if lots of random data is needed.