Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 274 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 274 Bytes

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.