Package org.apache.solr.bench
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 TypeMethodDescriptionlongnext(long min, long max) Next long.withDistribution(Distribution distribution) 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 minmax- the max- Returns:
- the long
-
withDistribution
With distribution solr randomness source.- Parameters:
distribution- the distribution- Returns:
- the solr randomness source
-