UNPKG

pcg-random

Version:

Implementation of the PCG random number generator for JavaScript

28 lines 616 B
{ "name": "pcg-random", "version": "2.0.1", "description": "Implementation of the PCG random number generator for JavaScript", "main": "pcg-random.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/thomcc/pcg-random.git" }, "keywords": [ "rng", "random", "pcg", "seedable" ], "author": "Thom Chiovoloni", "license": "MIT", "bugs": { "url": "https://github.com/thomcc/pcg-random/issues" }, "homepage": "https://github.com/thomcc/pcg-random#readme", "devDependencies": { "tape": "^5.4.0" } }