@stdlib/random-array-f
Version:
Create an array containing pseudorandom numbers drawn from an F distribution.
83 lines (82 loc) • 1.73 kB
JSON
{
"name": "@stdlib/random-array-f",
"version": "0.2.1",
"description": "Create an array containing pseudorandom numbers drawn from an F 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-f.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-f": "^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",
"f",
"fisher",
"snedecor",
"randf",
"continuous",
"generator",
"seed",
"seedable",
"array",
"vector"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}