This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 9eb814410f7ddb6517d97b464484b882bff66d71 Author: aherbert <aherb...@apache.org> AuthorDate: Fri Oct 4 11:21:23 2019 +0100 Fix typo in output filename. --- commons-rng-examples/examples-stress/endianness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-examples/examples-stress/endianness.md b/commons-rng-examples/examples-stress/endianness.md index ef77152..f33d0ee 100644 --- a/commons-rng-examples/examples-stress/endianness.md +++ b/commons-rng-examples/examples-stress/endianness.md @@ -127,7 +127,7 @@ This should produce the following output files: | --------- | ----------- | | bridge.data | Text file containing the data sent by the Java application | | bridge.out | Text file containing the stdout written by the sub-process | -| bridge.data | Text file containing the stderr written by the sub-process | +| bridge.err | Text file containing the stderr written by the sub-process | The `bridge.data` file contains 32 integers with a single bit set, least significant first. Then 32 random integers. The data is written using the logical byte representation of the data