Changes between Initial Version and Version 2 of Ticket #1848
- Timestamp:
- 05/14/12 14:36:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1848
- Property Status changed from new to accepted
-
Ticket #1848 – Description
initial v2 4 4 * IEnumerable<T> SampleRandomWithoutRepetition<T>(IRandom random, int count) 5 5 * 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) 7 7 * IEnumerable<T> Shuffle<T>(IRandom random) 8 8