public static IList<T> Pick<T>( this IList<T> this, int count, RandomGenerator gen = null )
The results are sorted by this's order.