Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #1848


Ignore:
Timestamp:
05/14/12 14:36:36 (13 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1848

    • Property Status changed from new to accepted
  • Ticket #1848 – Description

    initial v2  
    44 * IEnumerable<T> SampleRandomWithoutRepetition<T>(IRandom random, int count)
    55 * IEnumerable<T> SampleProportional<T>(IRandom random, int count, IEnumerable<double> weights, bool windowing = true, bool inverseProportional = false)
    6  * IEnumerable<T> SampleProportionalWithoutRepetition<T>(IRandom random, int count, Func<T, double> valueSelector, bool windowing = true, bool inverseProportional = false)
     6 * IEnumerable<T> SampleProportionalWithoutRepetition<T>(IRandom random, int count, IEnumerable<double> weights, bool windowing = true, bool inverseProportional = false)
    77 * IEnumerable<T> Shuffle<T>(IRandom random)
    88