Syndica/sig

All: pull out non-deterministic randomness

0xNineteen opened this issue · 0 comments

couple places throughout the codebase we use a seed for randomness as the timestamp - but this leads to non-deterministic failures - ideally we pull it out everywhere with a now variable - or we pass a randomness pointer (maybe global if that makes sense)