UNPKG

yurandom

Version:

Deterministic seed-based random generator using Xoroshiro128+. Useful for avatars, testing, procedural content, and more.

34 lines (33 loc) 697 B
{ "name": "yurandom", "version": "1.0.0", "author": "Abi Noval Fauzi <abinovalf@gmail.com>", "keywords": [ "random", "prng", "seed", "seeded", "deterministic", "xoroshiro", "uuid", "rng", "avatar", "shuffle", "testing", "mock", "procedural", "data generation" ], "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "description": "Deterministic seed-based random generator using Xoroshiro128+. Useful for avatars, testing, procedural content, and more.", "repository": { "type": "git", "url": "https://github.com/kimmyxpow/yurandom" }, "files": [ "index.js", "index.d.ts" ] }