CryptoServiceRandom Methods |
The CryptoServiceRandom type exposes the following members.
Name | Description | |
---|---|---|
ChooseT(IEnumerableT) |
Returns one item from items chosen randomly
(Inherited from Random.) | |
ChooseT(ISetT) |
Returns one item from set chosen randomly
(Inherited from Random.) | |
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetChoiceStreamT |
Returns an infinite stream of randomly chosen items from set (Inherited from Random.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNum | (Overrides RandomGetNum.) | |
GetNum(Int32) |
Returns a random number between 0 and maxInclusive inclusive
(Inherited from Random.) | |
GetNum(UInt32) |
Returns a random number between 0 and maxInclusive inclusive
(Inherited from Random.) | |
GetNumStream |
Returns an infinite stream of random numbers between 0 and maxInclusive inclusive
(Inherited from Random.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ShuffleT |
Returns items in a random order
(Inherited from Random.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |