UNPKG

@stdlib/random-streams-minstd-shuffle-cli

Version:

Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

81 lines (80 loc) 1.95 kB
{ "name": "@stdlib/random-streams-minstd-shuffle-cli", "version": "0.2.1", "description": "Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "bin": { "random-minstd-shuffle": "./bin/cli" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/random-streams-minstd-shuffle.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-int32": "^0.2.1", "@stdlib/array-uint8": "^0.2.1", "@stdlib/assert-is-integer": "^0.2.1", "@stdlib/assert-is-uint8array": "^0.2.1", "@stdlib/blas-base-gcopy": "^0.2.0", "@stdlib/buffer-from-array": "^0.2.1", "@stdlib/cli-ctor": "^0.2.1", "@stdlib/fs-read-file": "^0.2.1", "@stdlib/fs-write-file": "^0.2.1", "@stdlib/process-cwd": "^0.2.1", "@stdlib/random-base-minstd-shuffle": "^0.2.1", "@stdlib/streams-node-stdout": "^0.2.1", "@stdlib/random-streams-minstd-shuffle": "0.2.1" }, "devDependencies": {}, "keywords": [ "stdlib", "stdmath", "mathematics", "math", "statistics", "stats", "prng", "rng", "pseudorandom", "random", "rand", "discrete", "integer", "randint", "randu", "uniform", "generator", "lcg", "minstd", "lehmer", "park", "miller", "park-miller", "shuffle", "shuffled", "bays", "durham", "readable", "stream", "seed", "seedable" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }