Xorshift128Plus: Pure haskell implementation of xorshift128plus random number generator.
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.
Downloads
- Xorshift128Plus-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | 1665 total (10 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] |