Click or drag to resize

LocalRandomGeneratorDouble Method (Double, Double)

Get a random Double.

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public override double Double(
	double min,
	double max
)

Parameters

min
Type: SystemDouble
The minimum value that can be returned. inclusive.
max
Type: SystemDouble
The maximum value that can be returned. exclusive.

Return Value

Type: Double
A randomly generated Double between min and max.
See Also