Click or drag to resize

BernoulliDistribution Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomDistributionBase
    Demo3D.Common.RandomBernoulliDistribution

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

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.)
Top
Methods
Fields
  NameDescription
Protected fielddistribution (Inherited from DistributionBase.)
Protected fieldgenRef (Inherited from DistributionBase.)
Public fieldId (Inherited from DistributionBase.)
Public fieldNumProducedSinceLastReset (Inherited from DistributionBase.)
Public fieldNumProducedTotal (Inherited from DistributionBase.)
Public fieldNumResets (Inherited from DistributionBase.)
Top
See Also