RouletteDictionaryTKey, TValueRemoveRandomAndGet Method | 
| Name | Description | |
|---|---|---|
| RemoveRandomAndGet | 
            Removes a random entry from the dictionary, returning the removed
            entry as a KeyValuePair.
              | |
| RemoveRandomAndGet(FuncTValue, Boolean) | 
            Removes a random entry from the dictionary that satisfies a condition, returning the removed
            entry as a KeyValuePair.
              |