NextInt Method

Project Mercury API

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

Returns a non-negetive random whole number.

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

Syntax

C#
public static int NextInt()
Visual Basic (Declaration)
Public Shared Function NextInt As Integer
Visual C++
public:
static int NextInt()

Return Value

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

See Also