NextSingle Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Generates a random single. 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 float NextSingle()
Visual Basic
Public Function NextSingle As Single
Visual C++
public:
float NextSingle()

Return Value

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

See Also