Xorshift128Plus

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.


Keywords
library, public-domain, System.Random.Xorshift128Plus
License
Unlicense
Install
cabal install Xorshift128Plus-0.1.0.1

Documentation

Pure haskell implementation of xorshift128plus random number generator

This package provides System.Random.Xorshift128plus module, which contains xorshift128plus random number generator.

See also hackage information.