-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore original congruential random number generator
This reverts commit 32fee19 ("Fix linear congruential random number generator"), commit 2252936 ("Use linear congruential random number generator from C++11.") and commit 7b8af67 ("[test] Fix intsimdmatrix test. Update result value based on updated TRand engine."). It restores the original congruential random number generator and the related unittest. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters