Le dim. 26 mai 2019 à 19:28, Alex Herbert <[email protected]> a écrit : > > Currently the examples projects use: > > Examples-jmh: JDK 1.6 > Examples-quadrature: JDK 1.7 > Examples-stress: JDK 1.8 > Examples-sampling: JDK 1.8 > Examples-jpms: JDK 1.9 > > Having JMH at level 1.6 prevents testing against algorithms in SecureRandom > (newer algorithms in 1.8), ThreadLocalRandom (1.7) and SplittableRandom (1.8). > > It would be good to upgrade JMH to 1.8 but I don’t see a reason to not > upgrade all to JDK 1.8. These are not part of the RNG distribution. > > Alex >
It was assumed that upgrading sub-modules of "commons-rng-examples" was allowed if a particular example requires it. +1 for "jmh" +0 for "quadrature" Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
