Flag
A boolean flag variable. Charts typically accept numeric values, but the semantic value of this variable is boolean; use true and false as the two possible outputs. The default value is provided at construction.
This is equivalent in behavior to a LinearVariable with two samples between 0 and 1, but keeps the boolean semantics.
Parameters
default
the default boolean value
Functions
Link copied to clipboard
Link copied to clipboard
Returns a random element of the Iterable using the provided randomGenerator.
Link copied to clipboard
Fisher–Yates shuffle algorithm using a RandomGenerator. More information on Wikipedia.