Click or drag to resize

RandomizerNext Method

Returns a nonnegative random number. Cryptographic secure.

Namespace:  Cauldron
Assembly:  Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static int Next()

Return Value

Type: Int32
A random integer value
See Also