GitHub user aherbert opened a pull request: https://github.com/apache/commons-rng/pull/15
RNG-62: Added a CombinationSampler Complements the PermutationSampler as the sample order is C(n, k) rather than P(n, k). Can be used for faster subset sampling if the subset order is not important. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aherbert/commons-rng feature-RNG-62 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-rng/pull/15.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15 ---- commit 974b86453c986b2564afe8f1b58d5dec820e574a Author: Alex Herbert <a.herbert@...> Date: 2018-11-21T15:15:28Z RNG-62: Added a CombinationSampler Complements the PermutationSampler as the sample order is C(n, k) rather than P(n, k). Can be used for faster subset sampling if the subset order is not important. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org