Random Extensions.<G>$5AB 4ABAAFA 3359CDE 65D 50F 3C 2439F 05.Fill Without Replacement Method
Populates the specified span with numbers chosen at random
between 0 and the provided count without replacement.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public void FillWithoutReplacement(
int count,
Span<int> destination
)Parameters
Exceptions
| Argument | random is null. |