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

Random generator benchmark #151

Closed
mikebentley15 opened this issue Jun 6, 2018 · 1 comment
Closed

Random generator benchmark #151

mikebentley15 opened this issue Jun 6, 2018 · 1 comment
Assignees
Labels
c++ Involves touching c++ code enhancement good first issue A good place to start

Comments

@mikebentley15
Copy link
Collaborator

As a new set of built-in tests that come with FLiT, we will start with benchmark suites. This benchmark will be the random number generators that are part of the standard library. The question being asked here is: are these random number generators and distributions consistent across compilations? If they are, then we can determine that it is safe to use these random number generators within FLiT tests.

@mikebentley15 mikebentley15 self-assigned this Jun 6, 2018
@mikebentley15 mikebentley15 added good first issue A good place to start c++ Involves touching c++ code labels Jun 6, 2018
mikebentley15 added a commit that referenced this issue Jun 7, 2018
@mikebentley15
Copy link
Collaborator Author

Resolved in pull request #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Involves touching c++ code enhancement good first issue A good place to start
Projects
None yet
Development

No branches or pull requests

1 participant