{
  "name": "@stdlib/random-array-minstd-shuffle",
  "version": "0.2.2",
  "description": "Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.",
  "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-minstd-shuffle.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/array-base-filled-by": "^0.2.3",
    "@stdlib/array-typed-real-ctors": "^0.2.3",
    "@stdlib/array-typed-real-dtypes": "^0.2.3",
    "@stdlib/array-typed-real-float-dtypes": "^0.2.3",
    "@stdlib/assert-has-own-property": "^0.2.3",
    "@stdlib/assert-is-nonnegative-integer": "^0.2.3",
    "@stdlib/assert-is-plain-object": "^0.2.3",
    "@stdlib/random-base-minstd-shuffle": "^0.2.2",
    "@stdlib/strided-base-nullary": "^0.3.1",
    "@stdlib/string-format": "^0.2.3",
    "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
    "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
    "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.3",
    "@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",
    "randu",
    "randint",
    "randi",
    "minstd",
    "lehmer",
    "lcg",
    "shuffle",
    "shuffled",
    "park",
    "miller",
    "bays",
    "durham",
    "generator",
    "seed",
    "seedable",
    "array",
    "vector"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
