Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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. (see also remarks)
T
Shuffle<T>(this T list, Random rnd = null)
Brings the elements of the given list into a random order.