Distribution

public abstract class Distribution<E extends Number> implements Serializable

The Distribution class.

Author:Cosmin Arad

Constructors

Distribution

protected Distribution(Type type, Class<E> numberType)

Methods

draw

public abstract E draw()

getNumberType

public final Class<E> getNumberType()

getType

public final Type getType()