Skip to content

Commit

Permalink
Example code update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Sep 2, 2016
1 parent bdbd0ce commit d03aabf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public GeneratorsList() {
list.add(RandomSource.create(RandomSource.SPLIT_MIX_64));
list.add(RandomSource.create(RandomSource.XOR_SHIFT_1024_S));
list.add(RandomSource.create(RandomSource.TWO_CMRES));
list.add(RandomSource.create(RandomSource.MWC_256));
list.add(RandomSource.create(RandomSource.KISS));
}

/** {@inheritDoc} */
Expand Down

0 comments on commit d03aabf

Please sign in to comment.