Xorshift128Plus: Pure haskell implementation of xorshift128plus random number generator.

[ library, math, public-domain ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.7 && <4.9) [details]
License LicenseRef-PublicDomain
Author Kanai Hiroki <kanai.hiroki12@gmail.com>
Maintainer Kanai Hiroki <kanai.hiroki12@gmail.com>
Category Math
Home page https://github.com/kanaihiroki/Xorshift128Plus
Bug tracker https://github.com/kanaihiroki/Xorshift128Plus/issues
Source repo head: git clone https://github.com/kanaihiroki/Xorshift128Plus.git
Uploaded by hkanai at 2015-04-14T04:00:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1620 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]