All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Index of all Fields and Methods

D

discrete(double[]). Method in class random.Random
Returns an integer from a given discrete distribution.
draw(double). Method in class random.Random
Returns true or false with a given probability.

E

erlang(double, double). Method in class random.Random
Returns a double drawn from the Erlang distribution.

H

histd(double[]). Method in class random.Random
Returns a random integer drawn from a distribution defined by a histogram.

L

linear(double[], double[]). Method in class random.Random
Returns a double from a distribution function f.

N

negexp(double). Method in class random.Random
Returns a double drawn from the negative exponential distribution.
normal(double, double). Method in class random.Random
Returns a normally distributed double.

P

poisson(double). Method in class random.Random
Returns an integer drawn from the Poisson distribution.

R

randInt(int, int). Method in class random.Random
Returns an integer in a given range with uniform probability.
Random(). Constructor for class random.Random
This constructor creates a Random object with the current time as its seed value.
Random(long). Constructor for class random.Random
This constructor creates a Random object with the given seed value.

U

uniform(double, double). Method in class random.Random
Returns a double in a given range with uniform probability.