|
ISampleableDistributionTObservationsGenerate Method (Random)
|
Generates a random observation from the current distribution.
Namespace:
Accord.Statistics.Distributions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax TObservations Generate(
Random source
)
Function Generate (
source As Random
) As TObservations
Request Example
View SourceParameters
- source
- Type: SystemRandom
Return Value
Type:
TObservationsA random observations drawn from this distribution.
See Also