TribotRandom

public class TribotRandom

Utility class to generate random numbers

Functions

normal
Link copied to clipboard
static double normal(double mean, double sd)
static int normal(int mean, int sd)
static double normal(double min, double max, double mean, double sd)
static int normal(int min, int max, int mean, int sd)
uniform
Link copied to clipboard
static double uniform(double min, double max)
static int uniform(int min, int max)