Random Extensions.<G>$5AB 4ABAAFA 3359CDE 65D 50F 3C 2439F 05.Fill Normal Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Fill | Fills a list with normal random numbers with zero mean and unit standard deviation. |
| Fill | Fills a list with normal random numbers with zero mean and unit standard deviation. |
FillNormal(IList<Double>)
Fills a list with normal random numbers with zero mean and unit
standard deviation.
Exceptions
| Argument | samples is null. |
FillNormal(IList<Double>, Int32, Int32)
Fills a list with normal random numbers with zero mean and unit
standard deviation.
public void FillNormal(
IList<double> samples,
int startIndex,
int length
)Parameters
Exceptions
| Argument | samples is null. |
| Argument | startIndex is less than zero. -or- length is less than zero. |
| Argument | length is greater than the number of elements from startIndex to the end of samples. |