UNPKG

toosoon-prng

Version:

This project provides PRNG functions for generating pseudo-random values using a seed-based approach and various algorithms

3 lines (2 loc) 70 B
export { default, PRNG } from './prng'; export type * from './types';