stolsky / pseudo-random-number-generators

Typescript implementation of popular pseudo random number generators.
0 stars 0 forks source link
library prng pseudo-random-number-generation typescript

Abstract

TypeScript implementations and comparison tests of popular pseudo random number generators.

Original JavaScript implementations were taken from https://github.com/bryc/code/blob/master/jshash/PRNGs.md.

Implementations

PRNGs

Hash algorithms

Functionality