lhl 6ff0e96ad3 8-4-1 | il y a 1 an | |
---|---|---|
.. | ||
.travis.yml | il y a 1 an | |
browser.js | il y a 1 an | |
node.js | il y a 1 an | |
package.json | il y a 1 an | |
readme.md | il y a 1 an | |
test.js | il y a 1 an |
math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.
npm install math-random
var random = require('math-random')
console.log(random())
=> 0.584293719381094
console.log(random.cryptographic)
=> true || undefined