@hackage Xorshift128Plus0.1.0.1

Pure haskell implementation of xorshift128plus random number generator.

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.