Returns a nonnegative random number.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public override int Next() |
Return Value
Returns a 32-bit signed integer greater than or equal to zero and less than MaxValue.
Remarks
See Next()()() for more information.