Function flow_expression_parser::ast::set_seed
source · pub fn set_seed(seed: u64)
Expand description
Set the seed for the RNG.
The RNG is most commonly used for generating UUIDs for anonymous nodes.
pub fn set_seed(seed: u64)
Set the seed for the RNG.
The RNG is most commonly used for generating UUIDs for anonymous nodes.