示例#1
0
 public static GenomeSorterBits ToGenomeSorterBits2(this IRando randy, uint order, uint stageCount)
 {
     return(0u.CountUp(stageCount)
            .Select(i => randy.ToStageBits2(order))
            .ToGenomeSorterBits2(Guid.NewGuid()));
 }