Re: [rng] Upgrade examples to Java 8

2019-05-26 Thread Gilles Sadowski
Le dim. 26 mai 2019 à 19:28, Alex Herbert 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

[rng] Upgrade examples to Java 8

2019-05-26 Thread Alex Herbert
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 Sp