gatk-3.8/public/java
Mauricio Carneiro cd68cc239b Added knuth-shuffle (KS) and randomSubset using KS to MathUtils
* Knuth-shuffle is a simple, yet effective array permutator (hope this is good english).
         * added a simple randomSubset that returns a random subset without repeats of any given array with the same probability for every permutation.
         * added unit tests to both functions
2012-01-03 09:29:46 -05:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Added knuth-shuffle (KS) and randomSubset using KS to MathUtils 2012-01-03 09:29:46 -05:00
test Added knuth-shuffle (KS) and randomSubset using KS to MathUtils 2012-01-03 09:29:46 -05:00