pub unsafe fn reset_shared_stats(stats: *mut SharedStats, new_energy: i64)Expand description
Reset shared stats for a new seed in multi-seed exploration.
Zeros counters and sets the display energy value.
ยงSafety
stats must point to valid shared memory allocated by init_shared_stats.