Random Interop Extensions Methods
Methods
| AsRandom( | Converts a random source to a Random. |
| AsRandom<T>(T) | Converts a typed random source to a Random. |
| AsRandom | Converts a Random to a random source. |
| Try | Attempts to unwrap a Random to recover the underlying random source. |
| Try | Attempts to unwrap a Random to recover the underlying random source with the exact specified type. |