Random Extensions Class
Contains extensions to random number functions that
use statistical distributions.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static class RandomExtensions
- Inheritance
- Object → RandomExtensions
Methods
Correlated | Generates a series of random variables with the specified correlation matrix. |
Fill( | Fills a vector with random samples from the specified distribution. |
Fill( | Fills a vector with random samples from the specified distribution. |
Fill( | Fills a Double array with random samples from the specified distribution. |
Fill( | Fills an Int32 array with random samples from the specified distribution. |
Fill( | Fills a Double array with random samples from the specified distribution. |
Fill( | Fills an Int32 array with random samples from the specified distribution. |
Fill( | Fills a Double array with random samples from the specified distribution. |
Fill( | Fills an Int32 array with random samples from the specified distribution. |
Next | Returns a sample from the specified distribution. |
Next | Returns a sample from the specified distribution. |