You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/06/09 12:27:30 UTC

[commons-rng] branch master updated: Updated second generator javadoc.

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


The following commit(s) were added to refs/heads/master by this push:
     new 9dee400  Updated second generator javadoc.
9dee400 is described below

commit 9dee400502fbd1d6a39fc08fd63c2ceb21c0c990
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Jun 9 13:27:26 2019 +0100

    Updated second generator javadoc.
---
 .../java/org/apache/commons/rng/examples/stress/StressTestCommand.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java b/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java
index 6bd2241..f1afaa2 100644
--- a/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java
+++ b/commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java
@@ -148,7 +148,7 @@ class StressTestCommand implements Callable<Void> {
     private boolean xorThreadLocalRandom;
 
     /**
-     * Flag to indicate the output should be combined with output from a second generator.
+     * Optional second generator to be combined with the primary generator.
      */
     @Option(names = {"--xor-rng"},
             description = {"Combine the bits with a second generator.",