{
  "name": "@lazy-random/generators-seedrandom",
  "version": "1.0.10",
  "description": "",
  "keywords": [
    "alea",
    "arr",
    "array",
    "bates",
    "d3-random",
    "distribution",
    "el",
    "element",
    "exponential",
    "fisher",
    "gaussian",
    "generate",
    "generate-random-numbers",
    "generator",
    "irwinhall",
    "item",
    "list",
    "lognormal",
    "math",
    "n-random-numbers",
    "normal",
    "number",
    "numbers",
    "pick",
    "poisson",
    "prng",
    "probability",
    "pseudorandom",
    "rand",
    "random",
    "random-extra",
    "random-sum",
    "randomSum",
    "randomize",
    "randomnumbers",
    "rng",
    "seed",
    "seedrandom",
    "select",
    "shuffle",
    "sort",
    "srand",
    "stats",
    "sum",
    "tychei",
    "uniform",
    "uuid",
    "weight",
    "weighted",
    "xor128",
    "xor4096",
    "xorshift7",
    "xorwow",
    "yates",
    "create-by-yarn-tool",
    "create-by-tsdx"
  ],
  "homepage": "https://github.com/bluelovers/ws-random/tree/master/packages/@lazy-random/generators-seedrandom#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-random/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-random.git",
    "directory": "packages/@lazy-random/generators-seedrandom"
  },
  "license": "ISC",
  "author": "bluelovers",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.esm.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.esm.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "lint": "ynpx --quiet eslint -- **/*.ts",
    "test": "jest --passWithNoTests",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
    "posttest": "yarn run build",
    "build": "yarn run build:tsdx && yarn run build:dts",
    "build:dts": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
    "build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
    "preversion": "echo preversion && yarn run test",
    "version": "echo version",
    "postversion": "echo postversion",
    "prepublish": "echo prepublish",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "publish": "echo publish",
    "postpublish": "echo postpublish",
    "postpublishOnly": "echo postpublishOnly",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@lazy-random/clone-class": "^1.0.11",
    "@lazy-random/generators-function": "^1.0.11",
    "@lazy-random/shared-lib": "^1.0.15",
    "seedrandom": "^3.0.5"
  },
  "packageManager": "yarn@^1.22.11",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "71136bcfcd1038536ba5c7aef3e738383829dc98"
}
