Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Correct longAsInt output in the stress test application
RNG-171 changed the cached int source to output a long as two ints using the low 32-bits, then high 32-bits. Updated the RngDataOutput to support HiLo or LoHi. Added tests for each implementation. Dropped high-bits and low-bits command options. Added source64 option with enum for high, low, high-Low, low-high, long, int. The default for stress testing matches the caching implementation. Update the test documentation to reflect the changes.
- Loading branch information
Showing
10 changed files
with
635 additions
and
125 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
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
Oops, something went wrong.