Description
Pure haskell implementation of xorshift128plus random number generator.
Description
This package contains pure haskell implementation of xorshift128+ random number generator which is extremely fast.
The random number generator's inner state is just 128bit memory block so that which is not encapusulated for simplicity.
Please see original C implementation and comparison of other algorithms.