nativeprng
Version:
Native Mulberry32, SplitMix32, and Thrust (63-bit) PRNG functions.
36 lines (35 loc) • 715 B
JSON
{
"name": "nativeprng",
"version": "0.2.0",
"description": "Native Mulberry32, SplitMix32, and Thrust (63-bit) PRNG functions.",
"keywords": [
"prng",
"random",
"mulberry32",
"splitmix32",
"thrust",
"native",
"bindings"
],
"exports": {
".": "./prng.js",
"./*": "./*"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/mvasilkov/natlab.git"
},
"author": "Mark Vasilkov (https://github.com/mvasilkov)",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"nan": "^2.22.0"
},
"devDependencies": {
"natlib": "latest"
},
"scripts": {
"build": "node-gyp rebuild",
"test": "node --test"
}
}