Shinmera / random-state

A collection of portable random generators for Common Lisp
http://shinmera.github.io/random-state/
zlib License
27 stars 9 forks source link

Xoroshiro implementations #30

Closed gingeralesy closed 1 year ago

gingeralesy commented 1 year ago

Support for Xoroshiro algorithm variants. These are similar to xoshiro-128 and xoshiro-256 algorithms, but use half the space for massively parallel computations. The commits include documentation and the implementations. I have left TODO comments for xoroshiro-128 implementations in case jumps ever something to implement.

Based on works at https://prng.di.unimi.it See https://en.wikipedia.org/wiki/Xoroshiro128%2B