Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite #3

Open
savamarc opened this issue May 12, 2020 · 1 comment
Open

Test suite #3

savamarc opened this issue May 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@savamarc
Copy link
Member

LatMRG does not have standard tests. There are many articles from which we could reproduce the results to test LatMRG. We could use those results as both tests for the correctness of LatMRG and examples for the program usage.

@savamarc savamarc added the enhancement New feature or request label May 12, 2020
@savamarc savamarc self-assigned this May 13, 2020
@savamarc
Copy link
Member Author

List of articles (pdf name in my personal dropbox):
On the Lattice Structure of the Add-With-Carry and Subtract-With-Borrow Random Number Generators (mrg_AWB_SWB)
Combined Multiple Recursive Random Number Generators (mrg_comb)
Structural Properties for Two Classes of combine Random Number Generators (mrg_comb_struct)
Efficient and Portable Combined Random Number Generators (mrg_implement)
An Implementation of the Lattice and Spectral Tests for Multiple Recursive Linear Random Number Generators (mrg_latmrg)
The lattice structure of pseudo-random vectors generated by matrix generators (mrg_mmrg)
Tables of Linear Congruential Generators of Different Sizes and Good Lattice Structure (mrg_params)
Good Multiple Recursive Random Number Generators (mrg_search)

Try to replicate those articles.
Also replicate parameters searches for setting similar to those.
Add a makefile rule to run and compare tests.

@savamarc savamarc added this to In progress in Améliorations diverses May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Améliorations diverses
  
In progress
Development

No branches or pull requests

1 participant