NextFloatGenerationPerformance_Sources_jmhType_B1
public static class NextFloatGenerationPerformance.Sources extends BaselineSources
Constructor | Description |
---|---|
Sources() |
Modifier and Type | Method | Description |
---|---|---|
protected org.apache.commons.rng.UniformRandomProvider |
createBaseline() |
Creates the baseline
UniformRandomProvider . |
getGenerator, setup
protected org.apache.commons.rng.UniformRandomProvider createBaseline()
UniformRandomProvider
.
This should implement the method(s) that will be tested. The speed of this RNG is expected to create a baseline against which all other generators will be compared.
createBaseline
in class BaselineSources
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.