bool
Synth's bool
generator type generates one of two values true
or false
.
#
constantA constant bool
type. This will always evaluate to the specified value.
#
Example#
frequencyA probabilistic bool
type. The frequency
parameter (value between 0.
and 1.
) controls the probability of the
generated value being true
.