Namespaces

Types

Type IDiscreteGenerator

Namespace MathNet.Numerics.Distributions

Methods

Properties

Public instance methods

int NextInt32()

Generates the next Int32 integer numbers.
Parameters
return int

void Reset()

Resets the number generator, so that it produces the same sequence again.

Public properties

bool CanReset get;

True if the generator is reproducible, i.e. te same sequence can be generated again.
return bool