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 2022/03/10 11:42:32 UTC

[commons-rng] 01/02: Add missing generator name to example command

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 d4a83466a20c6c8e79b31e2d69d8604198509f35
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Mar 10 10:20:57 2022 +0000

    Add missing generator name to example command
---
 commons-rng-examples/examples-stress/HOWTO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-examples/examples-stress/HOWTO.md b/commons-rng-examples/examples-stress/HOWTO.md
index 9edb880..54c8093 100644
--- a/commons-rng-examples/examples-stress/HOWTO.md
+++ b/commons-rng-examples/examples-stress/HOWTO.md
@@ -49,7 +49,7 @@ in a variety of formats. To create a random file of 16K (2 buffers of 8196 bytes
 
 To output numbers from the `KISS` generator as raw bits, integers and unsigned integers:
 
-    java -jar target/examples-stress.jar output -f BITS -x 0123456789abcdef
+    java -jar target/examples-stress.jar output KISS -f BITS -x 0123456789abcdef
 
 Since the seed is provided this output should be reproducible across platforms: