Xorshift128Plus: Pure haskell implementation of xorshift128plus random number generator.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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 otther algorithms.

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log None available
Dependencies base (>=4.8 && <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-14T03:14:49Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees