CryptoServiceRandom Class |
Namespace: MlkPwgen
The CryptoServiceRandom type exposes the following members.
Name | Description | |
---|---|---|
![]() | CryptoServiceRandom | Initializes a new instance of the CryptoServiceRandom class |
![]() | CryptoServiceRandom(RandomNumberGenerator) | Initializes a new instance of the CryptoServiceRandom class |
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 | Releases all resources used by the CryptoServiceRandom |
![]() | 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.) |