Click or drag to resize
Accord.NET (logo)

ThreadSafeRandomNext Method

Returns a nonnegative random number.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override int Next()
Request Example View Source

Return Value

Type: Int32
Returns a 32-bit signed integer greater than or equal to zero and less than MaxValue.
Remarks
See Next for more information.
See Also