{
  "name": "@stdlib/random-streams-improved-ziggurat-cli",
  "version": "0.2.1",
  "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.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-improved-ziggurat": "^0.2.1",
    "@stdlib/streams-node-stdout": "^0.2.1",
    "@stdlib/random-streams-improved-ziggurat": "0.2.1"
  },
  "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"
  }
}
