예제 #1
0
 private int[] Randomize(int[] genom)
 {
     return(Genom.OrderBy(x => _randomProvider.GetRandomValue(Int32.MaxValue)).ToArray());
 }