pub fn get_current_sim_seed() -> u64Expand description
Get the current simulation seed.
Returns the seed that was last set via set_sim_seed.
This is useful for error reporting to help reproduce failing test cases.
ยงReturns
The current simulation seed, or 0 if no seed has been set.
Get the current simulation seed.