Interface SolrRandomnessSource

All Superinterfaces:
org.quicktheories.core.RandomnessSource

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

    Modifier and Type
    Method
    Description
    long
    next(long min, long max)
    Next long.
    With distribution solr randomness source.

    Methods inherited from interface org.quicktheories.core.RandomnessSource

    detach, next, registerFailedAssumption
  • Method Details

    • 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