Skip to main content

Module fixed

Module fixed 

Source
Expand description

Fixed value and value-list nodes across fundamental types.

Structsยง

CoinFlip
Probabilistic boolean with a precomputed threshold from a const probability arg.
ConstBool
Emit a fixed bool value.
ConstF64
Emit a fixed f64 value.
FixedValuesF64
Select from a fixed list of f64 values by index.
FixedValuesStr
Select from a fixed list of strings by index.
FixedValuesU64
Select from a fixed list of u64 values by index. The input is taken modulo the list length.