This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git.
from a7ec057 Moved test for a different RNG output to RandomAssert. new b63f5f0 Add hex seed option to stress command. new d0033bb Add test for round trip of seeds from bytes to chars. new 7fa3ded Added patch for PractRand v0.93 to flush stdout after each incremental result. new 2170c04 Updated stress command to allow application threads argument. new 9307eac Updated stress test documentation for PractRand. new 0610ecd Update stdin2testu01 raw modes to have a maximum output argument. new 3c6751a Update endianness documentation. new ede9cf4 Update stress test documentation. new 4679139 Updated PractRand patch files to fix linux compilation. The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitattributes | 2 + commons-rng-examples/examples-stress/endianness.md | 110 +++++++++++--- .../examples-stress/src/main/c/stdin2testu01.c | 30 ++-- .../commons/rng/examples/stress/OutputCommand.java | 2 +- .../rng/examples/stress/StressTestCommand.java | 76 +++++++++- .../main/resources/patches/PractRand_0.93.patch | 33 +++++ .../main/resources/patches/PractRand_0.94.patch | 53 +++++++ .../commons/rng/examples/stress/HexTest.java | 119 +++++++++++++++ .../examples-stress/stress_test.md | 162 +++++++++++++++++---- 9 files changed, 521 insertions(+), 66 deletions(-) create mode 100644 .gitattributes create mode 100644 commons-rng-examples/examples-stress/src/main/resources/patches/PractRand_0.93.patch create mode 100644 commons-rng-examples/examples-stress/src/main/resources/patches/PractRand_0.94.patch create mode 100644 commons-rng-examples/examples-stress/src/test/java/org/apache/commons/rng/examples/stress/HexTest.java