 |
Synthia
Generic and flexible data structure generator
|
Go to the documentation of this file.
19 package examples.hypersphere;
45 @SuppressWarnings(
"unchecked")
46 public static
void main(String[] args)
51 for (
int i = 0; i < 100; i++)
Miscellaneous pickers performing various functions.
float[] pick()
Picks an object.
Pickers generating multi-dimensional numerical vectors.
Pickers that produce pseudo-random objects such as numbers.
Picker that returns the same object every time.
Generates n-dimensional vectors with a given modulus.
Produces a float picked from a Gaussian probability distribution.
Generates two-dimensional points lying at right angles along a randomly selected circle.
Object providing a few utility methods to simplify the examples in this project.
static void print(PrintStream ps, Object o)
Prints an object to a print stream.
static void main(String[] args)