xorshift-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. 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, random, time
LicenseLGPL
Copyright©2010 Robert Clausecker
AuthorRobert Clausecker <fuzxxl@gmail.com>
MaintainerRobert Clausecker
CategoryMath
Bug trackerhttp://https://github.com/fuzxxl/Xorshift/issues
Source repositorygit clone git://github.com/fuzxxl/Xorshift.git
Upload dateWed Jan 5 05:42:40 UTC 2011
Uploaded byRobertClausecker
Build failureghc-7.0 (log)

Modules

Downloads