-
Notifications
You must be signed in to change notification settings - Fork 2
mabel.utils.entropy
Justin Joyce edited this page Jul 15, 2021
·
4 revisions
Generate a random string, this is done by creating an array of random bytes and then base64 encoding them. This gives a higher density of entropy than selecting random character.
Select a random integer (64bit)
Select a random integer between two numbers
Select an item from a list of values
This file has been automatically generated, it is not the truth. If in doubt the code will tell you unambiguously what it does.