xorshift-2.0.1: Haskell implementation of the xorshift random generator.

The xorshift package

The Xorshift random generator is a very fast generator that uses only XOR and bitshifting operations. This package contains a basic version with a periode of 2^32-1 for 32-bit numbers and a version with a periode of 2^64-1 for 64-bit numbers.

Although the author didn't tested the random generator, but according to it's specification the resulting numbers are of good quality.

Properties

Versions1, 2, 2.0.1
Dependenciesbase (≥3 & <5), random, time
LicenseLGPL
Copyright©2010 Robert Clausecker
AuthorRobert Clausecker <fuzxxl@gmail.com>
MaintainerRobert Clausecker
CategoryMath
Bug trackerhttps://github.com/fuzxxl/Xorshift/issues
Source repositorygit clone git://github.com/fuzxxl/Xorshift.git
Upload dateMon Apr 11 17:02:43 UTC 2011
Uploaded byRobertClausecker
Built onghc-7.0

Modules

Downloads