Pseudo random number generator in Fortran, internally using xoroshiro128+
-
Updated
Nov 24, 2022 - Fortran
Pseudo random number generator in Fortran, internally using xoroshiro128+
FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
A simple `UniformRandomBitGenerator` wrapper for the xoshiro256*** and xoroshiro128+ PRNGs
Single header, 32bit and 64bit FAST pseudo-random (fastrandom) generator, based on Marsaglia algorithms
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.
Xoroshiro128+ PRNG implementation in C# .NET 5.
Add a description, image, and links to the xoroshiro128 topic page so that developers can more easily learn about it.
To associate your repository with the xoroshiro128 topic, visit your repo's landing page and select "manage topics."