UNPKG

@stdlib/random-base-shared

Version:

Common APIs shared across base pseudorandom number generators.

73 lines (72 loc) 1.42 kB
{ "name": "@stdlib/random-base-shared", "version": "0.1.1", "description": "Common APIs shared across base pseudorandom number generators.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "doc": "./docs", "include": "./include", "lib": "./lib", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/random-base-shared.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": {}, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "standard", "library", "std", "lib", "base", "prng", "rng", "pseudorandom", "random", "rand", "generator", "c", "shared", "common" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }