Gazebo_simulation-Frontend/node_modules/math-random
Riddhi Dave f4870cd530 simulator page updates 2020-12-22 09:59:14 -05:00
..
.travis.yml React files 2020-12-21 10:29:31 -05:00
browser.js React files 2020-12-21 10:29:31 -05:00
node.js React files 2020-12-21 10:29:31 -05:00
package.json simulator page updates 2020-12-22 09:59:14 -05:00
readme.md React files 2020-12-21 10:29:31 -05:00
test.js React files 2020-12-21 10:29:31 -05:00

readme.md

math-random

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.

Build status

Install

npm install math-random

Usage

var random = require('math-random')

console.log(random())
=> 0.584293719381094

console.log(random.cryptographic)
=> true || undefined

License

MIT