Interface SolrRandomnessSource

  • All Superinterfaces:
    org.quicktheories.core.RandomnessSource

    public interface SolrRandomnessSource
    extends org.quicktheories.core.RandomnessSource
    The interface Solr randomness source.
    • Method Detail

      • next

        long next​(long min,
                  long max)
        Next long.
        Parameters:
        min - the min
        max - the max
        Returns:
        the long
      • withDistribution

        SolrRandomnessSource withDistribution​(Distribution distribution)
        With distribution solr randomness source.
        Parameters:
        distribution - the distribution
        Returns:
        the solr randomness source