Random Extensions Class
Constains extension methods for random number generators.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static class RandomExtensions
- Inheritance
- Object → RandomExtensions
Methods
AsParallel | Returns a thread-safe version of this random number generator. |
Fill( | Fills a Double array with random numbers. |
Fill( | Fills an Int32 array with random numbers. |
Fill( | Fills a Double array with random numbers. |
Fill( | Fills an Int32 array with random numbers. |
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. |
Get | Creates an array populated with items chosen at random from the provided set of choices without replacement. |
Get | Creates an array populated with items chosen at random from the provided set of choices without replacement. |
Get | Populates the specified span with items chosen at random from the provided set of choices without replacement. |