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 for the random number generator #5

Open
avramidis opened this issue May 31, 2018 · 0 comments
Open

Test for the random number generator #5

avramidis opened this issue May 31, 2018 · 0 comments

Comments

@avramidis
Copy link
Owner

Is your feature request related to a problem? Please describe.
There isn't a test for the random number generator. The library for the generation of the random number is Random123 which is reliable, however, it would be good test that for different OpenCL devices.

Describe the solution you'd like
A test function that test that the random number generator generates random number with the distribution characteristics required (i.e. uniform and normal). A statistical test can be used for that. For example, the scipy.stats.kstest can be used for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant