Click or drag to resize

StandardGenerator Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorBase
    Demo3D.Common.RandomStandardGenerator

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

The StandardGenerator type exposes the following members.

Constructors
  NameDescription
Public methodStandardGenerator
Initializes a new instance of the StandardGenerator 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