NextFloat Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns a random float between 0.0 and 1.0.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static float NextFloat()
Visual Basic (Declaration)
Public Shared Function NextFloat As Single
Visual C++
public:
static float NextFloat()

Return Value

[Missing <returns> documentation for "M:ProjectMercury.RandomHelper.NextFloat"]

See Also