public final class ExamplesStressApplication
extends java.lang.Object
The principle action is testing a generator by piping the values returned by its
UniformRandomProvider.nextInt()
method to a program that reads int
values from
its standard input and writes an analysis report to standard output. The "Dieharder" test suite
is such a software.
Example of command line, assuming that "examples-stress.jar" specifies this
class as the "main" class (see main
method):
$ java -jar examples-stress.jar stress /usr/bin/dieharder -a -g 200 -Y 1 -k 2
Other functionality includes:
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
Run the RNG examples stress command line application.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.