|  | Double | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe DoubleRandomGumbelDistribution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DoubleRandomGumbelDistribution | Constructs a random number generator for a Gumbel distribution using a default displacement of 0.0 and default scale of 1.0. | 
|  | DoubleRandomGumbelDistribution(Double, Double) | Constructs a random number generator for a Gumbel distribution using the specified distribution parameters. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Displacement | Gets the displacement. | 
|  | Scale | Gets the scale. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this random number generator. | 
|  | Fill(RandomNumberStream, DoubleVector, Int32, Int32) | Uses the given random number stream to fill the given vector of doubles with random values. | 
|  | Fill(RandomNumberStream, Double, Int32, Int32) | Uses the given random number stream to fill the given array of integers with random values. | 
 See Also
See Also