mrg-random: Pseudo Random Number Generator with MRG (Multiple Recursive 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 some MRG (Multiple Recursive Generator) pseudo random number generators.

MRG PRNGs(MRG32k3a, MRG63k3a) have good features as following.


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.12 && <4.13), primitive (>=0.6.4 && <0.7), random (>=1.2.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2020 Naoyuki Morita
Author Naoyuki MORITA
Maintainer naoyuki.morita@gmail.com
Category Math, Random
Home page https://github.com/naohaq/mrg-random
Source repo head: git clone git://github.com/naohaq/mrg-random
Uploaded by NaOHaq at 2020-07-24T04:17:48Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for mrg-random-0.1.0.0

[back to package description]

mrg-random

This package contains pure haskell implementation of some MRG (Multiple Recursive Generator) pseudo random number generators.

MRG PRNGs(MRG32k3a, MRG63k3a) have good features as following.