Click or drag to resize

GeneratorRegistryStreams Property

The collection of all random number streams currently in use.

Namespace: Demo3D.Common.Random
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public IReadOnlyDictionary<string, Random> Streams { get; }

Property Value

IReadOnlyDictionaryString, Random
See Also