Click or drag to resize

RandomGeneratorDouble Method (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 double Double(
	double max
)

Parameters

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

Return Value

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