NextDouble Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Generates a random double. Values returned are from 0.0 up to but not including 1.0.

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public double NextDouble()
Visual Basic
Public Function NextDouble As Double
Visual C++
public:
double NextDouble()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetRandom.NextDouble"]

See Also