| RandomizerNextByte Method |
Returns a random byte value
Namespace:
Cauldron
Assembly:
Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.2
Syntax public static byte NextByte()
Public Shared Function NextByte As Byte
Return Value
Type:
ByteA random byte value (0 to 255)
See Also