Returns a sequence of random samples from the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IEnumerable<double> GetRandomSequence(
Random random
)
Public Function GetRandomSequence (
random As Random
) As IEnumerable(Of Double)
public:
IEnumerable<double>^ GetRandomSequence(
Random^ random
)
member GetRandomSequence :
random : Random -> IEnumerable<float>
Parameters
- random
- Type: SystemRandom
A Random object that specifies the
uniform random number generator that is to be used to generate the samples.
Return Value
Type:
IEnumerableDoubleAn
IEnumerableDouble.
This method uses the random number generator
specified by random to
generate an enumerable sequence of random samples from the distribution.
Reference