Example #1
0
 public T Sample(IRandomProvider random)
 {
     return(WeightedSampler <T> .PickSingleItem(_weights, random));
 }