A random number between [-1...+1].

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static double NextDouble_1_1()
Visual Basic (Declaration)
Public Shared Function NextDouble_1_1 As Double
Visual C++
public:
static double NextDouble_1_1()

Return Value

Returns a random number between [-1...+1].

See Also