Static class: RT.Util.ExtensionMethods.RngExtensions
Summary
Extension methods related to random number generation.
Static methods
T | PickRandom<T>(this IEnumerable<T> src, Random rnd = null) |
Returns a random element from the specified collection. |
T | Shuffle<T>(this T list, Random rnd = null) |
Brings the elements of the given list into a random order. |