xorshift

Version 2.0.1 revision 0 uploaded by RobertClausecker.

Package meta

Synopsis
Haskell implementation of the xorshift random generator.
Description

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.

Author
Robert Clausecker <fuzxxl@gmail.com>
Bug reports
https://github.com/fuzxxl/Xorshift/issues
Category
Math
Copyright
©2010 Robert Clausecker
Homepage
n/a
Maintainer
Robert Clausecker
Package URL
n/a
Stability
n/a

Components