Click or drag to resize

XorShift128Generator Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorBase
    Demo3D.Common.RandomXorShift128Generator

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

The XorShift128Generator type exposes the following members.

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