prng topic

List prng repositories

Redzen

92
Stars
16
Forks
Watchers

General purpose C# code library.

mersenne-twister

83
Stars
22
Forks
Watchers

This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++

prvhash

295
Stars
22
Forks
Watchers

PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)

spadille

44
Stars
9
Forks
Watchers

Verifiable/deterministic fair tickets generation for lotteries, raffles and gambling games. :rhinoceros: :four_leaf_clover: :spades: :game_die:

cl-isaac

24
Stars
11
Forks
Watchers

Optimized Common Lisp version of Bob Jenkins' ISAAC-32 and ISAAC-64 algorithms, fast cryptographic random number generators.

CEX

61
Stars
26
Forks
Watchers

The CEX Cryptographic library in C++

RNGeesus

73
Stars
4
Forks
Watchers

SMT based attacks on non cryptographic PRNGs

rand

234
Stars
8
Forks
Watchers

Fast, high quality alternative to math/rand and golang.org/x/exp/rand

PcgRandom

32
Stars
6
Forks
Watchers

.NET port of the PCG Random Number Generator library (www.pcg-random.org)

jsrand

23
Stars
4
Forks
Watchers

A seeded pseudo-random number generator for JavaScript.