Bridge

Random..::..Next Method

Returns a non-negative random integer.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public virtual int Next()
<TemplateAttribute> _
Public Overridable Function Next As Integer
[TemplateAttribute]
public:
virtual int^ Next()

Return Value

A 32-bit signed integer that is greater than or equal to 0 and less than Int32.MaxValue.