M_WolfCurses_Randomizer_NextBytes - Maxwolf/WolfCurses GitHub Wiki
Fills the elements of a specified array of bytes with random numbers.
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void NextBytes(
byte[] buffer
)
- buffer
- Type: System.Byte[]
An array of bytes to contain random numbers.
Exception | Condition |
---|---|
ArgumentNullException | buffer is null. |
Supported in: 0.1