Random Extensions Class
Provides legacy extension methods for distribution sampling.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
[ObsoleteAttribute("This class is deprecated. Use RandomSamplingExtensions instead for distribution sampling.")]
public static class RandomExtensions- Inheritance
- Object → RandomExtensions
Remarks
This class is deprecated and kept only for backward compatibility. It will be removed in a future release. New code should use RandomSamplingExtensions instead.
Methods
| Correlated | Generates a series of random variables with the specified correlation matrix. |
| Fill( | Fills a vector with random samples from the specified continuous distribution. |
| Fill( | Fills a vector with random samples from the specified discrete distribution. |
| Fill( | Fills an array with random samples from the specified continuous distribution. |
| Fill( | Fills an array with random samples from the specified discrete distribution. |
| Fill( | Fills a span with random samples from the specified continuous distribution. |
| Fill( | Fills a span with random samples from the specified discrete distribution. |
| Fill( |
Fills part of an array with uniform random samples.
|
| Fill( |
Fills part of an array with random integer samples.
|
| Fill( |
Fills part of an array with random samples from the specified continuous distribution.
|
| Fill( |
Fills part of an array with random samples from the specified discrete distribution.
|
| Next | Returns a sample from the specified discrete distribution. |
| Next | Returns a sample from the specified continuous distribution. |