====== RANDOM_BOOLEAN ====== **Category**: Behavior Tree Node\\ **Mod Dependency**: [[https://foundation.mod.io/foundation-ebf|Foundation EBF]] Parent class: [[api:node_leaf|NODE_LEAF]] The node generates a randomly distributed random float between 0 and 100 and checks if it is smaller than the provided probability. If yes returns true else returns false. It is meant to be used as a way of stopping a ''[[api:sequencer|SEQUENCER]]'' branch from executing further nodes if the probability check fails. ===== Properties ===== ---- ==== Probability ==== * **Type**: ''[[api:behavior_tree_data_float|BEHAVIOR_TREE_DATA_FLOAT]]''