{
  "name": "fdrandom",
  "version": "3.2.0",
  "description": "Fast deterministic random methods. Includes Uniform, Gaussian, gaming distributions, shuffles and antisort",
  "main": "Fdrandom.js",
  "scripts": {
    "test": "require('fdrandom').checkfloat()"
  }, 
  "tonicExample": "require('fdrandom').hot().antisort(false,['the','be','that','not','to','be','or','is','to','question'],0,3).join(' ')",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strainer/Fdrandom.js.git"
  },
  "keywords": [
    "rng",
    "prng",
    "seedable",
    "fast",
    "deterministic",
    "distribution",
    "variate",
    "gaussian",
    "normal",
    "cauchy",
    "game",
    "random",
    "shuffle",
    "antisort",
    "procedural generation"
  ],
  "author": "Andrew Strain <AndrewInput@gmail.com> (https://github.com/strainer/)",
  "license": "PDDL-1.0",
  "bugs": {
    "url": "https://github.com/strainer/Fdrandom.js/issues"
  },
  "homepage": "https://github.com/strainer/Fdrandom.js#readme"
}
