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