Click or drag to resize
Accord.NET (logo)

ZigguratExponentialGeneratorGenerate Method

Generates a random vector of observations from the current distribution.

Namespace:  Accord.Math.Random
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double Generate()
Request Example View Source

Return Value

Type: Double
A random vector of observations drawn from this distribution.

Implements

IRandomNumberGeneratorTGenerate
See Also