Slumpa
Simple library to randomize values
Random integer
Randomize integer between
and
Output:
Go
Random float
Randomize float value between
and
Output:
Go
Random item in array
Randomize item from array of animals
Output:
Go
Shuffle array
Shuffle the order of an array
Output:
Go
Random string
Randomize a string of length
A-Z
a-z
0-9
&*-%$...
Output:
Go