NextBool Method

Project Mercury API

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

Returns a random boolean value.

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

Syntax

C#
public static bool NextBool()
Visual Basic (Declaration)
Public Shared Function NextBool As Boolean
Visual C++
public:
static bool NextBool()

Return Value

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

See Also