 | RandomNumberStream(Int32) Constructor |
Constructs a RandomNumberStream object of the default type and given seed.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic RandomNumberStream(
int seed
)
Public Sub New (
seed As Integer
)
public:
RandomNumberStream(
int seed
)
new :
seed : int -> RandomNumberStreamParameters
- seed Int32
- Generator seed.
See Also