UNPKG

@stdlib/random-base-improved-ziggurat

Version:

Normally distributed pseudorandom numbers using the improved Ziggurat method.

98 lines (97 loc) 2.5 kB
{ "name": "@stdlib/random-base-improved-ziggurat", "version": "0.2.1", "description": "Normally distributed pseudorandom numbers using the improved Ziggurat method.", "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" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/random-base-improved-ziggurat.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-to-json": "^0.2.1", "@stdlib/assert-has-own-property": "^0.2.1", "@stdlib/assert-is-boolean": "^0.2.1", "@stdlib/assert-is-function": "^0.2.1", "@stdlib/assert-is-plain-object": "^0.2.1", "@stdlib/assert-is-uint32array": "^0.2.1", "@stdlib/constants-uint32-max": "^0.2.1", "@stdlib/math-base-special-abs": "^0.2.1", "@stdlib/math-base-special-exp": "^0.2.1", "@stdlib/math-base-special-floor": "^0.2.1", "@stdlib/math-base-special-ln": "^0.2.1", "@stdlib/math-base-special-sqrt": "^0.2.1", "@stdlib/random-base-mt19937": "^0.2.1", "@stdlib/string-format": "^0.2.1", "@stdlib/utils-constant-function": "^0.2.1", "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1", "@stdlib/utils-noop": "^0.2.1", "@stdlib/error-tools-fmtprodmsg": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "mathematics", "math", "statistics", "stats", "prng", "rng", "pseudorandom", "random", "rand", "randn", "normal", "gaussian", "bell", "generator", "improved", "ziggurat", "doornik", "seed", "seedable" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }