Expand description
Fixed value and value-list nodes across fundamental types.
Structsยง
- Coin
Flip - Probabilistic boolean with a precomputed threshold from a const probability arg.
- Const
Bool - Emit a fixed bool value.
- Const
F64 - Emit a fixed f64 value.
- Fixed
Values F64 - Select from a fixed list of f64 values by index.
- Fixed
Values Str - Select from a fixed list of strings by index.
- Fixed
Values U64 - Select from a fixed list of u64 values by index. The input is taken modulo the list length.