@keystonehq/alias-sampling
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@keystonehq/alias-sampling", | ||
"version": "0.0.4", | ||
"description": "", | ||
"version": "0.0.5", | ||
"description": "A Node.js module for efficient sampling from a discrete probability distribution using the alias method.", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"keywords": [ | ||
"alias method", | ||
"sampling", | ||
"probability distribution", | ||
"random", | ||
"statistics", | ||
"math", | ||
"discrete distribution" | ||
], | ||
"author": "", | ||
@@ -31,4 +39,5 @@ "license": "ISC", | ||
"clean": "rimraf ./dist", | ||
"release": "pnpm run build && pnpm publish --no-git-checks --access public", | ||
"test": "jest" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7019