Skip to content

npmtest/node-npmtest-seedrandom

Repository files navigation

npmtest-seedrandom

basic test coverage for seedrandom (v2.4.3) npm package travis-ci.org build-status

Seeded random number generator for Javascript.

NPM

git-branch : alpha
coverage : istanbul-coverage
test-report : test-report
test-server-github : github.com test-server

istanbul-coverage

test-report

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "David Bau"
    },
    "browser": {
        "crypto": false
    },
    "bugs": {
        "url": "https://github.com/davidbau/seedrandom/issues"
    },
    "config": {
        "blanket": {
            "pattern": [
                "seedrandom.js",
                "lib/alea.js",
                "lib/xor128.js",
                "lib/xorwow.js",
                "lib/xorshift7.js",
                "lib/tychei.js",
                "lib/xor4096.js"
            ]
        }
    },
    "dependencies": {},
    "description": "Seeded random number generator for Javascript.",
    "devDependencies": {
        "blanket": "latest",
        "grunt": "latest",
        "grunt-bowercopy": "latest",
        "grunt-browserify": "latest",
        "grunt-cli": "latest",
        "grunt-contrib-connect": "latest",
        "grunt-contrib-qunit": "latest",
        "grunt-contrib-uglify": "latest",
        "grunt-mocha-cov": "latest",
        "grunt-release": "latest",
        "phantomjs-prebuilt": "latest",
        "proxyquire": "latest",
        "requirejs": "latest"
    },
    "directories": {},
    "dist": {
        "shasum": "2438504dad33917314bff18ac4d794f16d6aaecc",
        "tarball": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz"
    },
    "gitHead": "fb0b577c76938ba2b438835073de218fae3e2c3a",
    "homepage": "http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html",
    "keywords": [
        "seed",
        "random",
        "crypto"
    ],
    "license": "MIT",
    "main": "index.js",
    "maintainers": [
        {
            "name": "davidbau"
        }
    ],
    "name": "seedrandom",
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git://github.com/davidbau/seedrandom.git"
    },
    "scripts": {
        "test": "grunt travis"
    },
    "version": "2.4.3",
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors