Eric Foster 35b96bc934 initial commit | 6 anni fa | |
---|---|---|
.. | ||
.npmignore | 6 anni fa | |
.travis.yml | 6 anni fa | |
browser.js | 6 anni fa | |
node.js | 6 anni fa | |
package.json | 6 anni fa | |
readme.md | 6 anni fa | |
test.js | 6 anni fa |
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