TruncatedNormal.Options

public static class TruncatedNormal.Options

Optional attributes for TruncatedNormal

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 TruncatedNormal.Options seed (Long seed)

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

public TruncatedNormal.Options seed2 (Long seed2)

Parameters
seed2 A second seed to avoid seed collision.