time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (1463B)


      1 {
      2   "name": "@stdlib/random/base/mt19937",
      3   "version": "0.0.0",
      4   "description": "A 32-bit Mersenne Twister pseudorandom number generator.",
      5   "license": "Apache-2.0",
      6   "author": {
      7     "name": "The Stdlib Authors",
      8     "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
      9   },
     10   "contributors": [
     11     {
     12       "name": "The Stdlib Authors",
     13       "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
     14     }
     15   ],
     16   "main": "./lib",
     17   "directories": {
     18     "benchmark": "./benchmark",
     19     "doc": "./docs",
     20     "example": "./examples",
     21     "include": "./include",
     22     "lib": "./lib",
     23     "src": "./src",
     24     "test": "./test"
     25   },
     26   "types": "./docs/types",
     27   "scripts": {},
     28   "homepage": "https://github.com/stdlib-js/stdlib",
     29   "repository": {
     30     "type": "git",
     31     "url": "git://github.com/stdlib-js/stdlib.git"
     32   },
     33   "bugs": {
     34     "url": "https://github.com/stdlib-js/stdlib/issues"
     35   },
     36   "dependencies": {},
     37   "devDependencies": {},
     38   "engines": {
     39     "node": ">=0.10.0",
     40     "npm": ">2.7.0"
     41   },
     42   "os": [
     43     "aix",
     44     "darwin",
     45     "freebsd",
     46     "linux",
     47     "macos",
     48     "openbsd",
     49     "sunos",
     50     "win32",
     51     "windows"
     52   ],
     53   "keywords": [
     54     "stdlib",
     55     "stdmath",
     56     "mathematics",
     57     "math",
     58     "statistics",
     59     "stats",
     60     "prng",
     61     "pseudorandom",
     62     "random",
     63     "rand",
     64     "randint",
     65     "randu",
     66     "uniform",
     67     "generator",
     68     "mersenne",
     69     "twister",
     70     "mt19937",
     71     "seed",
     72     "seedable"
     73   ]
     74 }