ISON Functions#
This is a reference documentation of the available functions in the default ISON parser. Note that additional function modules can be registered with the parser. These functions will be documented in the corresponding module’s documentation.
Note
If you are writing Catharsys configurations, there are some additional functions you can use. See AnyBase ISON Functions.
- Conversion Functions
- File/Path Functions
- Logic Functions
- Math Functions
sub
- Subtractionsum
- Summationprod
- Productmod
- Modulorand.choice
- Select Randomlyrand.generator
- Create a random number generator instancerand.int
- Get Uniform Integer Random Numberrand.sample
- Sample from Setrand.sample_range
- Sample from Integer Rangerand.seed
- Set Random Seedrand.uniform
- Get Uniform Random Numberrand.zwicky
- Create Instance of Zwicky Box
- String Functions
- Data Structure Functions
- Lambda Function Handling
- Special Functions