A random byte iterator implementation for the Web that uses crypto.getRandomValues if available, and falls back to Math.random otherwise.
crypto.getRandomValues
Math.random
Optional
Generated using TypeDoc
A random byte iterator implementation for the Web that uses
crypto.getRandomValues
if available, and falls back toMath.random
otherwise.