Initializes a new instance of the ThreadSafeRandom class.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public ThreadSafeRandom( int seed ) |
Parameters
- seed
- Type: System..::.Int32
[Missing <param name=”seed”/> documentation for “M:AForge.ThreadSafeRandom.#ctor(System.Int32)”]
Remarks
A number used to calculate a starting value for the pseudo-random number sequence.
If a negative number is specified, the absolute value of the number is used.
Remarks
See Next()()() for more information.