GeneratorRegistryAddStream Method |
Add a new random number stream by name.
Namespace:
Demo3D.Common.Random
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic void AddStream(
string name,
Random stream
)
Parameters
- name
- Type: SystemString
The name of the random number stream. - stream
- Type: SystemRandom
The random number stream.
See Also