GenerationRules Module
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
alwaysLessThan i variable
Parameters:
float<'state>
variable : string
Returns: GenerationRule<'state>
|
Ensures that all generated values are less than i
|
Full Usage:
alwaysMoreThan i variable
Parameters:
float<'state>
variable : string
Returns: GenerationRule<'state>
|
Ensures that all generated values are greater than i
|
Full Usage:
monotonicallyIncreasing variable
Parameters:
string
Returns: GenerationRule<'state>
|
Ensures that there is always a positive change in values of a variable
|
bristlecone