xsadd
PRNG
A JavaScript pseudo random number generator implementation
JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator
3 stars
12 watching
0 forks
Language: TypeScript
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
mljs/random | Utilities for generating random values from various elements | 2 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
cryptocoinjs/drbg.js | Provides a JavaScript implementation of NIST-recommended random bit generators | 8 |
aviate-labs/rand.mo | Pseudo Random Number Generator implementation in Motoko | 5 |
syntaxcoloring/markov-word-generator | Generates pseudorandom words by applying Markov chains to existing word sequences | 33 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
tf-encrypted/aes-prng | A Rust-based PRNG that uses AES as the underlying block-cipher for generating random numbers. | 9 |
sindresorhus/random-float | A utility function to generate random floating-point numbers within specified ranges. | 36 |
fent/randexp.js | Generates random strings based on user-provided regular expressions | 1,828 |
tjade273/randaoplus | An experimental Ethereum-based random number generator using PoW | 10 |
mljs/random-forest | A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
sindresorhus/crypto-random-string | Generate cryptographically strong random strings | 569 |
tw1ddle/markovnamegenerator | Generates names based on statistical patterns from large datasets using a Markov chain algorithm | 446 |