Retrieve a secure random byte string of a specified length
npm install secure-random-bytesRetrieve a secure random byte string of a specified length.
``javascript
const randomBytes = require("secure-random-bytes");
randomBytes(10);
// => 'ÊïÜsóÐ\u0006\u0016mÏ'
`
`bash`
$ npm install secure-random-bytes
`javascript`
const randomBytes = require("secure-random-bytes");
Returns a _String_ (whose length is length`) of random bytes.