UNPKG

@hugov/metanorm

Version:

random number generator for specified confidence interval

41 lines (40 loc) 858 B
{ "name": "@hugov/metanorm", "type": "module", "main": "index.js", "version": "0.5.2", "description": "random number generator for specified confidence interval", "keywords": [ "stats", "statistics", "sampling", "sampler", "monte carlo", "random", "random number generator", "distribution", "metalog", "metanormal", "gaussian", "SPT" ], "dependencies": { "norm-dist": "^3.1.0" }, "devDependencies": { "@types/node": "^22.15.17", "assert-op": "^1.2.0" }, "scripts": { "test": "node test", "prepublishOnly": "npm test", "pub": "npm publish --access public", "pub:dry": "npm publish --dry-run --access public" }, "author": "Hugo Villeneuve", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hville/metanorm.git" } }