Uses of Class
org.apache.commons.rng.examples.jmh.core.LXMBenchmark.LCG128Source
-
Packages that use LXMBenchmark.LCG128Source Package Description org.apache.commons.rng.examples.jmh.core Benchmarks for theorg.apache.commons.rng.corecomponents. -
-
Uses of LXMBenchmark.LCG128Source in org.apache.commons.rng.examples.jmh.core
Methods in org.apache.commons.rng.examples.jmh.core with parameters of type LXMBenchmark.LCG128Source Modifier and Type Method Description longLXMBenchmark. lcg128(LXMBenchmark.LCG128Source data)Benchmark a 128-bit linear congruential generator.
-