Click or drag to resize

BernoulliDistribution Class

[Missing <summary> documentation for "T:Demo3D.Common.Random.BernoulliDistribution"]

Inheritance Hierarchy

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class BernoulliDistribution : DiscreteDistribution

The BernoulliDistribution type exposes the following members.

Constructors
  NameDescription
Public methodBernoulliDistribution
Initializes a new instance of the BernoulliDistribution class
Public methodBernoulliDistribution(GeneratorRegistry)
Initializes a new instance of the BernoulliDistribution class
Top
Properties
  NameDescription
Public propertyAlpha
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultAlpha
The default value assigned to Alpha if none is specified.
Top
See Also