![]() | pickPickT Method (IEnumerableT, Int32, RandomGenerator) |
Namespace: WhetStone.Random
public static IEnumerable<T> Pick<T>( this IEnumerable<T> this, int count, RandomGenerator gen = null )
Running time: O(|this| * count / (count + 1))
The results are sorted by this's order.