toosoon-prng
Version:
This project provides PRNG functions for generating pseudo-random values using a seed-based approach and various algorithms
41 lines (40 loc) • 968 B
JSON
{
"name": "toosoon-prng",
"version": "4.0.3",
"description": "This project provides PRNG functions for generating pseudo-random values using a seed-based approach and various algorithms",
"type": "module",
"engines": {
"node": ">=16"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toosoon-dev/toosoon-prng.git"
},
"keywords": [
"toosoon",
"prng",
"pseudo-random",
"random",
"randomization",
"procedural",
"generative"
],
"author": "Arnaud Rocca",
"license": "MIT",
"bugs": {
"url": "https://github.com/toosoon-dev/toosoon-prng/issues"
},
"homepage": "https://github.com/toosoon-dev/toosoon-prng#readme",
"dependencies": {
"toosoon-utils": "latest"
},
"devDependencies": {
"typescript": "^5.4.2"
}
}