@stdlib/random-streams-lognormal
Version:
Create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution.
101 lines (100 loc) • 2.64 kB
JSON
{
"name": "@stdlib/random-streams-lognormal",
"version": "0.2.2",
"description": "Create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution.",
"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-streams-lognormal.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.2.3",
"@stdlib/assert-is-boolean": "^0.2.3",
"@stdlib/assert-is-error": "^0.2.3",
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
"@stdlib/assert-is-nonnegative-number": "^0.2.3",
"@stdlib/assert-is-number": "^0.2.3",
"@stdlib/assert-is-plain-object": "^0.2.3",
"@stdlib/assert-is-positive-integer": "^0.2.3",
"@stdlib/assert-is-positive-number": "^0.2.3",
"@stdlib/assert-is-string": "^0.2.3",
"@stdlib/buffer-from-string": "^0.2.3",
"@stdlib/math-base-assert-is-nan": "^0.2.3",
"@stdlib/object-assign": "^0.2.3",
"@stdlib/random-base-lognormal": "^0.2.1",
"@stdlib/string-format": "^0.2.3",
"@stdlib/utils-define-nonenumerable-property": "^0.2.3",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
"@stdlib/utils-define-read-only-accessor": "^0.2.3",
"@stdlib/utils-define-read-write-accessor": "^0.2.3",
"@stdlib/utils-inherit": "^0.2.3",
"@stdlib/utils-next-tick": "^0.2.3",
"debug": "^2.6.9",
"readable-stream": "^2.1.4",
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
},
"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",
"normal",
"lognormal",
"log-normal",
"gaussian",
"continuous",
"readable",
"stream",
"seed",
"seedable"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}