|
ThreadSafeRandomNext Method
|
Returns a nonnegative random number.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public override int Next()
Public Overrides Function Next As Integer
Request Example
View SourceReturn Value
Type:
Int32Returns a 32-bit signed integer greater than or equal to zero and less than
MaxValue.
Remarks See Next for more information.
See Also