polyfill-crypto.getrandomvalues

v1.0.0
This is a polyfill for `window.crypto.getRandomValues()`. In place of `Math.random()` it uses the [Mersenne Twister pseudorandom number generator](https://github.com/boo1ean/mersenne-twister) seeded by `Math.random()`.

crypto.getRandomValues

This is a polyfill for window.crypto.getRandomValues(). In place of Math.random() it uses the Mersenne Twister pseudorandom number generator seeded by Math.random().

security

WARNING:

Prefer a proper cryptographic entropy source over this module. If you are out of luck you can use this in a pinch.

usage

window.crypto = { getRandomValues: require('polyfill-crypto.getrandomvalues') }

npm i polyfill-crypto.getrandomvalues

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 3/5/2016

Downloads

Maintainers