public class Benchmark extends PersistentObject
serialVersionUID
Modifier and Type | Method and Description |
---|---|
static void |
demo1()
Prints the first size random numbers generated by the distribution.
|
static void |
main(String[] args)
Benchmarks all subclasses
|
static void |
random(int size,
boolean print,
double mean,
String generatorName)
Benchmarks all subclasses
|
static void |
randomInstance(int size,
boolean print,
AbstractDistribution dist)
generates
|
static void |
test(int size,
AbstractDistribution distribution)
Prints the first size random numbers generated by the distribution.
|
static void |
test2(int size,
AbstractDistribution distribution)
Prints the first size random numbers generated by the distribution.
|
static void |
test2(int size,
AbstractDistribution a,
AbstractDistribution b)
Prints the first size random numbers generated by the distribution.
|
clone
public static void demo1()
public static void main(String[] args)
args[0]
- the number of random numbers to be generated per subclass.args[1]
- true prints each generated number, false does not print generated numbers (use this setting for benchmarking).public static void random(int size, boolean print, double mean, String generatorName)
size
- the number of random numbers to be generated per subclass.print
- true prints each generated number, false does not print generated numbers (use this setting for benchmarking).mean
- the mean for distributions that require a mean.public static void randomInstance(int size, boolean print, AbstractDistribution dist)
public static void test(int size, AbstractDistribution distribution)
public static void test2(int size, AbstractDistribution distribution)
public static void test2(int size, AbstractDistribution a, AbstractDistribution b)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics