Click or drag to resize

MT19937Generator Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorBase
    Demo3D.Common.RandomMT19937Generator

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

The MT19937Generator type exposes the following members.

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