Class NextBooleanGenerationPerformance.Sources

    • Constructor Detail

    • Method Detail

      • createBaseline

        protected org.apache.commons.rng.UniformRandomProvider createBaseline()
        Creates the baseline 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.

        Specified by:
        createBaseline in class BaselineSources
        Returns:
        the baseline RNG.