Class Randomizer<T>
A comparer that is used to randomize a list
Inheritance
Randomizer<T>
Assembly: WeaverCore.dll
Syntax
public class Randomizer<T> : IComparer<T>
Type Parameters
Name |
Description |
T |
The type of elements to randomize
|
Fields
|
Edit this page
View Source
Instance
Declaration
public static Randomizer<T> Instance
Field Value
Methods
|
Edit this page
View Source
Compare(T, T)
Declaration
public int Compare(T x, T y)
Parameters
Type |
Name |
Description |
T |
x |
|
T |
y |
|
Returns
Implements
Extension Methods