Multinomial.Options

public static class Multinomial.Options

Optional attributes for Multinomial

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public Multinomial.Options seed (Long seed)

Parameters
seed If either seed or seed2 is set to be non-zero, the internal random number generator is seeded by the given seed. Otherwise, a random seed is used.

public Multinomial.Options seed2 (Long seed2)

Parameters
seed2 A second seed to avoid seed collision.