Click or drag to resize

GeneratorSeed Constructor (IGenerator, UInt64)

Initializes a new instance of the GeneratorSeed class

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public GeneratorSeed(
	IGenerator gen,
	ulong seed
)

Parameters

gen
Type: Demo3D.Common.RandomIGenerator

[Missing <param name="gen"/> documentation for "M:Demo3D.Common.Random.GeneratorSeed.#ctor(Demo3D.Common.Random.IGenerator,System.UInt64)"]

seed
Type: SystemUInt64

[Missing <param name="seed"/> documentation for "M:Demo3D.Common.Random.GeneratorSeed.#ctor(Demo3D.Common.Random.IGenerator,System.UInt64)"]

See Also