Ran Lux 24.Next Bytes Method
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Next | Fills the elements of a specified array of bytes with random numbers. |
Next | Fills the elements of a specified span of bytes with random numbers. |
NextBytes(Span<Byte>)
Fills the elements of a specified span of bytes with random numbers.
public override void NextBytes(
Span<byte> buffer
)