UNPKG

@stdlib/random-streams-improved-ziggurat-cli

Version:

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

74 lines (73 loc) 1.9 kB
{ "name": "@stdlib/random-streams-improved-ziggurat-cli", "version": "0.2.2", "description": "Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.", "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-improved-ziggurat": "./bin/cli" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/random-streams-improved-ziggurat.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-uint32": "^0.2.3", "@stdlib/array-uint8": "^0.2.3", "@stdlib/assert-is-integer": "^0.2.3", "@stdlib/assert-is-uint8array": "^0.2.3", "@stdlib/blas-base-gcopy": "^0.2.2", "@stdlib/buffer-from-array": "^0.2.3", "@stdlib/cli-ctor": "^0.2.3", "@stdlib/fs-read-file": "^0.2.3", "@stdlib/fs-write-file": "^0.2.3", "@stdlib/process-cwd": "^0.2.3", "@stdlib/random-base-improved-ziggurat": "^0.2.1", "@stdlib/streams-node-stdout": "^0.2.3", "@stdlib/random-streams-improved-ziggurat": "0.2.2" }, "devDependencies": {}, "keywords": [ "stdlib", "stdmath", "mathematics", "math", "statistics", "stats", "prng", "rng", "pseudorandom", "random", "rand", "standard", "normal", "gaussian", "continuous", "generator", "bell", "improved", "ziggurat", "algorithm", "readable", "stream", "seed", "seedable" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }