get_current_sim_seed

Function get_current_sim_seed 

Source
pub fn get_current_sim_seed() -> u64
Expand 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.