LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
Static Public Member Functions | |
static void | Clear (this Array array) |
static T | GetRandom< T > (this IList< T > list, RandomHash rng, int seed) |
static int | MaxIndex< T > (this IEnumerable< T > sequence) |
static int | MinIndex< T > (this IEnumerable< T > sequence) |
static void | Shuffle< T > (this IList< T > list, RandomHash rng, int seed) |
|
static |
T | : | IComparable<T> |
|
static |
T | : | IComparable<T> |