@stdlib/random-array-negative-binomial
Version:
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
82 lines (81 loc) • 1.79 kB
JSON
{
"name": "@stdlib/random-array-negative-binomial",
"version": "0.2.1",
"description": "Create an array containing pseudorandom numbers drawn from a negative binomial 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-array-negative-binomial.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-defaults": "^0.2.1",
"@stdlib/array-dtypes": "^0.2.1",
"@stdlib/random-array-tools-binary-factory": "^0.2.1",
"@stdlib/random-base-negative-binomial": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^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",
"negative",
"binomial",
"negative-binomial",
"discrete",
"generator",
"seed",
"seedable",
"array",
"vector"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}