rand 1.0.0 rand: ^1.0.0 copied to clipboard
A stateful random generator with extra functionalities
rand #
A stateful random generator with extra functionalities. To use:
print(Rand.boolean(20) ? 'head' : 'tail'); // it's a head for 20% probability
Rand.dateTime(2001, 2023) // A random 21th century [DateTime]
Rand.password() // Create a strong password