Skip to content

Launder seed generation through rand() to ensure seed diversity.

Jason S. Ninneman requested to merge ninneman/open-adventure:master into master

This doesn't affect reproducibility because a) the seed value written to logs is the output of this process, and b) the argument to the seed command doesn't get laundered.

Merge request reports