Discussion:
[GitHub] commons-rng pull request #15: RNG-62: Added a CombinationSampler
aherbert
2018-11-21 16:02:50 UTC
Permalink
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 <***@...>
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-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
coveralls
2018-11-21 16:09:23 UTC
Permalink
Github user coveralls commented on the issue:

https://github.com/apache/commons-rng/pull/15


[![Coverage Status](https://coveralls.io/builds/20226871/badge)](https://coveralls.io/builds/20226871)

Coverage increased (+0.04%) to 97.391% when pulling **974b86453c986b2564afe8f1b58d5dec820e574a on aherbert:feature-RNG-62** into **bb8a75ae4a3e77d2af5d05f2d1ec3f864d4610c0 on apache:master**.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
asfgit
2018-11-23 11:43:16 UTC
Permalink
Github user asfgit closed the pull request at:

https://github.com/apache/commons-rng/pull/15


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org

Loading...