Generate a random number between 0 and 1.
Uses crypto.getRandomValues but falls back to the traditional Math.random.
crypto.getRandomValues
Math.random
Generate a number within the specified range.
The minimum possible value.
The maximum possible value.
Generated using TypeDoc
Generate a random number between 0 and 1.
Uses
crypto.getRandomValues
but falls back to the traditionalMath.random
.