Click or drag to resize

ALFGenerator Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorBase
    Demo3D.Common.RandomALFGenerator

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

The ALFGenerator type exposes the following members.

Constructors
  NameDescription
Public methodALFGenerator
Initializes a new instance of the ALFGenerator class
Top
Properties
  NameDescription
Public propertyInternalGenerator (Inherited from GeneratorBase.)
Top
Methods
  NameDescription
Public methodNextDouble (Inherited from GeneratorBase.)
Public methodReset (Inherited from GeneratorBase.)
Public methodToString (Inherited from GeneratorBase.)
Top
Fields
  NameDescription
Public fieldId (Inherited from GeneratorBase.)
Public fieldNumProducedSinceLastReset (Inherited from GeneratorBase.)
Public fieldNumProducedTotal (Inherited from GeneratorBase.)
Public fieldNumResets (Inherited from GeneratorBase.)
Top
See Also