Click or drag to resize
Accord.NET (logo)

ISampleableDistributionTObservationsGenerate Method

Overload List
  NameDescription
Public methodGenerate
Generates a random observation from the current distribution.
(Inherited from IRandomNumberGeneratorT.)
Public methodGenerate(Int32)
Generates a random vector of observations from the current distribution.
(Inherited from IRandomNumberGeneratorT.)
Public methodGenerate(Random)
Generates a random observation from the current distribution.
Public methodGenerate(TObservations)
Generates a random observation from the current distribution.
Public methodGenerate(Int32, T)
Generates a random vector of observations from the current distribution.
(Inherited from IRandomNumberGeneratorT.)
Public methodGenerate(Int32, Random)
Generates a random vector of observations from the current distribution.
Public methodGenerate(TObservations, Random)
Generates a random observation from the current distribution.
Public methodGenerate(Int32, TObservations, Random)
Generates a random vector of observations from the current distribution.
Top
See Also