xsadd

PRNG

A JavaScript pseudo random number generator implementation

JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator

GitHub

3 stars
12 watching
0 forks
Language: TypeScript
last commit: almost 2 years ago

Related projects:

RepositoryDescriptionStars
mljs/randomUtilities for generating random values from various elements2
risto-stevcev/pure-randomA purely functional random number generator implemented using the xorshift algorithm.27
sindresorhus/random-intGenerates random integers within specified ranges87
sindresorhus/unique-randomA library that generates random numbers with consecutive uniqueness constraints116
cryptocoinjs/drbg.jsProvides a JavaScript implementation of NIST-recommended random bit generators8
aviate-labs/rand.moPseudo Random Number Generator implementation in Motoko5
syntaxcoloring/markov-word-generatorGenerates pseudorandom words by applying Markov chains to existing word sequences33
sindresorhus/random-bytes-readable-streamCreates a stream producing cryptographically strong pseudo-random data76
tf-encrypted/aes-prngA Rust-based PRNG that uses AES as the underlying block-cipher for generating random numbers.9
sindresorhus/random-floatA utility function to generate random floating-point numbers within specified ranges.36
fent/randexp.jsGenerates random strings based on user-provided regular expressions1,836
tjade273/randaoplusAn experimental Ethereum-based random number generator using PoW10
mljs/random-forestA JavaScript implementation of a random forest algorithm for classification and regression tasks.61
sindresorhus/crypto-random-stringGenerate cryptographically strong random strings570
tw1ddle/markovnamegeneratorGenerates names based on statistical patterns from large datasets using a Markov chain algorithm449