FastRandom(Int32) Constructor
Initializes a new instance of the
ThreadSafeRandom class using the specified
seed value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public FastRandom(
int seed
)
Public Sub New (
seed As Integer
)
public:
FastRandom(
int seed
)
new :
seed : int -> FastRandom
Parameters
- seed Int32
- A number used to calculate a starting value for the pseudo-random number sequence.