Ejemplo n.º 1
0
 public static IPermutation ToSingleTwoCyclePermutation(this IRando randy, uint order)
 {
     return(new Permutation(order, randy.ToSingleTwoCycleArray(order)));
 }