Header menu logo bristlecone

GenerationRules Module

Functions and values

Function or value Description

alwaysLessThan i variable

Full Usage: alwaysLessThan i variable

Parameters:
    i : float
    variable : string

Returns: GenerationRule

Ensures that all generated values are less than i

i : float
variable : string
Returns: GenerationRule

alwaysMoreThan i variable

Full Usage: alwaysMoreThan i variable

Parameters:
    i : float
    variable : string

Returns: GenerationRule

Ensures that all generated values are greater than i

i : float
variable : string
Returns: GenerationRule

monotonicallyIncreasing variable

Full Usage: monotonicallyIncreasing variable

Parameters:
    variable : string

Returns: GenerationRule

Ensures that there is always a positive change in values of a variable

variable : string
Returns: GenerationRule

Type something to start searching.