Sha256: 266e07a64b3fa6f14e354d9c6c7105be48f21347171411c78ef9d94555ea8f21

Contents?: true

Size: 459 Bytes

Versions: 34

Compression:

Stored size: 459 Bytes

Contents

randomfill
===

[![Version](http://img.shields.io/npm/v/randomfill.svg)](https://www.npmjs.org/package/randomfill)

randomfill from node that works in the browser.  In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues

```js
var randomFill = require('randomfill');
var buf
randomFill.randomFillSync(16);//get 16 random bytes
randomFill.randomFill(16, function (err, resp) {
  // resp is 16 random bytes
});
```

Version data entries

34 entries across 33 versions & 11 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/randomfill/README.md
disco_app-0.18.0 test/dummy/node_modules/randomfill/README.md
disco_app-0.18.2 test/dummy/node_modules/randomfill/README.md
disco_app-0.16.1 test/dummy/node_modules/randomfill/README.md
disco_app-0.15.2 test/dummy/node_modules/randomfill/README.md
disco_app-0.18.4 test/dummy/node_modules/randomfill/README.md
disco_app-0.18.1 test/dummy/node_modules/randomfill/README.md
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/randomfill/README.md
disco_app-0.14.0 test/dummy/node_modules/randomfill/README.md
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/randomfill/README.md
tang-0.2.1 spec/tang_app/node_modules/randomfill/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/randomfill/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/randomfill/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/randomfill/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/randomfill/README.md
tang-0.2.0 spec/tang_app/node_modules/randomfill/README.md
tang-0.1.0 spec/tang_app/node_modules/randomfill/README.md
tang-0.0.9 spec/tang_app/node_modules/randomfill/README.md
enju_library-0.3.8 spec/dummy/node_modules/randomfill/README.md
ilog-0.4.1 node_modules/randomfill/README.md