Multinomial.Options

public static class Multinomial.Options

Optional attributes for Multinomial

Public Methods

Multinomial.Options
seed(Long seed)
Multinomial.Options
seed2(Long seed2)

Inherited Methods

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.