well-rng
Version:
Lightweight, fast implementation of the WELL-1024a PRNG
14 lines (13 loc) • 504 B
JSON
{
"name" : "well-rng",
"version" : "1.0.1",
"description" : "Lightweight, fast implementation of the WELL-1024a PRNG",
"keywords" : ["prng", "rng", "well", "well-1024a"],
"author" : "Greg Malysa <gmalysa@stanford.edu>",
"repository" : { "type" : "git", "url" : "https://github.com/gmalysa/well-rng.git" },
"licenses" : ["MIT"],
"main" : "./rng",
"dependencies" : { },
"devDependencies" : { },
"engines" : { "node": "> 0.8.0" }
}