Discussion:
[GitHub] commons-rng pull request #16: RNG-64: Created SubsetSampler utility class
aherbert
2018-11-23 12:58:33 UTC
Permalink
GitHub user aherbert opened a pull request:

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

RNG-64: Created SubsetSampler utility class

Move shared code from the PermutationSampler and CombinationSampler to
the utility class.

Test the PermuationSampler with k < n.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/aherbert/commons-rng improvement-RNG-64

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-rng/pull/16.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 #16

----
commit e060199944ffea5851d79bd28b17a3e1a235429a
Author: Alex Herbert <***@...>
Date: 2018-11-23T12:51:13Z

RNG-64: Created SubsetSampler utility class

Move shared code from the PermutationSampler and CombinationSampler to
the utility class.

Test the PermuationSampler with k < n.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
coveralls
2018-11-23 13:05:14 UTC
Permalink
Github user coveralls commented on the issue:

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


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

Coverage increased (+0.004%) to 97.392% when pulling **e060199944ffea5851d79bd28b17a3e1a235429a on aherbert:improvement-RNG-64** into **1bbf43bbc2d324ef0208f576e20cad80651bd84b on apache:master**.



---

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

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


---

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

Loading...