random-bytes-readable-stream
Random Stream
Creates a stream producing cryptographically strong pseudo-random data
Creates a readable stream producing cryptographically strong pseudo-random data using crypto.randomBytes()
76 stars
3 watching
2 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
cryptonodejsnodejs-streamnpm-packagepseudo-random-generatorrandomrandom-bytesreadable-stream
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/crypto-random-string | Generate cryptographically strong random strings | 569 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/random-float | A utility function to generate random floating-point numbers within specified ranges. | 36 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
sindresorhus/pretty-bytes-cli | Converts bytes to a human-readable string representation. | 68 |
sindresorhus/pretty-bytes | Converts bytes to human-readable strings | 1,113 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/crypto-hash | A small hashing module that provides a unified API for Node.js and browser environments | 638 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |