Random
Posted: 16 Jul 2014, 07:02
bRandom class/b
Version 4.2.30 and higher
Random class represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.
Help at MSDN: url=http://msdn.microsoft.com/cs-cz/library/system.random.aspxhttp://msdn.microsoft.com/cs-cz/library/system.random.aspx/url
bMethods:/b
list
*Next() Returns a nonnegative random number./*:m
*Next(Int32) Returns a nonnegative random number less than the specified maximum./*:m
*Next(Int32, Int32) Returns a random number within a specified range./*:m
*NextDouble() Returns a random number between 0.0 and 1.0./*:m/list:u
Version 4.2.30 and higher
Random class represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.
Help at MSDN: url=http://msdn.microsoft.com/cs-cz/library/system.random.aspxhttp://msdn.microsoft.com/cs-cz/library/system.random.aspx/url
bMethods:/b
list
*Next() Returns a nonnegative random number./*:m
*Next(Int32) Returns a nonnegative random number less than the specified maximum./*:m
*Next(Int32, Int32) Returns a random number within a specified range./*:m
*NextDouble() Returns a random number between 0.0 and 1.0./*:m/list:u