crypto-browserify
crypto-browserify copied to clipboard
feat: crypto.randomInt([min, ]max[, callback])
nodejs crypto module provides a randomInt function, which is missing in the crypto-browserify package. The implementation can be made using the web crypto api and the getRandomValues() function and use Math.random as a fallback