Skip to content
/ PRNG Public

🌱 Implementation of the Park Miller pseudo-random number generator in TypeScript

License

Notifications You must be signed in to change notification settings

sibvrv/PRNG

Repository files navigation

🌱 Pseudo-Random Number Generator written in TypeScript

License: MIT

Implementation of the Park Miller (1988) "minimal standard" linear congruential pseudo-random number generator.

PRNG Documentation

Example:

import {PRNG} from 'prng';

const rng = new PRNG(280583);
console.log(rng.random());

About

🌱 Implementation of the Park Miller pseudo-random number generator in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published