hammersley
Version:
Computes i-th point in a Hammersley Point Set of size n.
40 lines (39 loc) • 890 B
JSON
{
"name": "hammersley",
"version": "2.0.0",
"description": "Computes i-th point in a Hammersley Point Set of size n.",
"keywords": [
"hammersley",
"point-set",
"low-discrepancy",
"quasirandom",
"sequence"
],
"homepage": "https://github.com/vorg/hammersley",
"bugs": "https://github.com/vorg/hammersley/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vorg/hammersley.git"
},
"license": "MIT",
"author": "Marcin Ignac (https://github.com/vorg)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
},
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "snowdev dev",
"release": "snowdev release"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.5.1",
"snowdev": ">=2.3.x"
}
}