FastRandomRandomization.GetDouble Method

GeneticSharp

FastRandomRandomization GetDouble Method GeneticSharp
Gets a double value between 0.0 and 1.0.

Namespace: GeneticSharp.Domain.Randomizations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public override double GetDouble()
public override double GetDouble()

Return Value

Type: OnlineDouble
The double value.

Implements

IRandomization GetDouble 
See Also