You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by aherbert <gi...@git.apache.org> on 2018/11/21 16:02:50 UTC

[GitHub] commons-rng pull request #15: RNG-62: Added a CombinationSampler

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....@...>
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-rng issue #15: RNG-62: Added a CombinationSampler

Posted by coveralls <gi...@git.apache.org>.
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-rng pull request #15: RNG-62: Added a CombinationSampler

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

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