Click or drag to resize

GeneratorSeed Class

Generator algorithm along with an initial seed. The seed is re-applied when the model is reset
Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorSeed

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

The GeneratorSeed type exposes the following members.

Constructors
  NameDescription
Public methodGeneratorSeed
Initializes a new instance of the GeneratorSeed class
Public methodGeneratorSeed(IGenerator, UInt64)
Initializes a new instance of the GeneratorSeed class
Top
Properties
  NameDescription
Public propertyGenerator
Public propertySeed
Top
Methods
  NameDescription
Public methodRead
Public methodReset
Public methodWrite
Top
See Also