Namespaces

Types

Type IContinuousGenerator

Namespace MathNet.Numerics.Distributions

Methods

Properties

Public instance methods

double NextDouble()

Generates the next Double floating-point numbers.
Parameters
return double

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