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

Fix calls to Mersenne Twister for CBMC functions #527

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

LSchwiebert
Copy link
Collaborator

The previous patch for issue #498 didn't address the problem for functions that were in the CBMC branch, so the same problem of inconsistent results was recurring for simulations that ran on gcc versus icc.

This patch updates those files. Also did a search and there don't seem to be any other function calls that might have this same problem, so hopefully this patch resolves the issue completely.

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

Successfully merging this pull request may close these issues.

1 participant