@stdlib/random-strided-lognormal
Version:
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
85 lines (84 loc) • 1.82 kB
JSON
{
"name": "@stdlib/random-strided-lognormal",
"version": "0.2.2",
"description": "Fill a strided array with 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-strided-lognormal.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-assert-is-accessor-array": "^0.2.3",
"@stdlib/random-base-lognormal": "^0.2.1",
"@stdlib/strided-base-binary": "^0.3.1",
"@stdlib/strided-base-nullary": "^0.3.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^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",
"generator",
"seed",
"seedable",
"strided",
"array",
"vector",
"ndarray"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}