Random Number Generator
This is for people without dices or those who prefer not using their dices.
If you prefer dices, but simply don’t have the right size, you can use the Dice Converter.
The random number generator used here is your local web browser’s crypto.getRandomValues()
, which should be random enough because it’s supposed to be cryptographically secure.
Min | Max | |
---|---|---|
Result:
The Timestamp
is not used by the RNG at all and is there for informational use. It’s in milliseconds since 1970 (the Unix epoch).
Result | Min | Max | Timestamp (milliseconds) |
---|
The results should appear in the table above when you press on the Generate
button.