xoroshiro128
There are 6 repositories under xoroshiro128 topic.
jannisteunissen/rng_fortran
Pseudo random number generator in Fortran, internally using xoroshiro128+
BrutPitt/fastPRNG
FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
morinim/xoshiro256ss
A simple `UniformRandomBitGenerator` wrapper for the xoshiro256*** and xoroshiro128+ PRNGs
BrutPitt/fastRandomGenerator
Single header, 32bit and 64bit FAST pseudo-random (fastrandom) generator, based on Marsaglia algorithms
pekkizen/prng
Fast Go implementations of xoroshiro128 and xoshiro256 prng's and jump functions. Methods of delivering prng's for concurrent/parallel computations. Random float64 generators. Also some math/rand compatible API functions.
martinothamar/Xoroshiro128Plus
Xoroshiro128+ PRNG implementation in C# .NET 5.