bytecodealliance / componentize-py

Apache License 2.0
158 stars 19 forks source link

reseed PRNG at runtime #42

Closed dicej closed 1 year ago

dicej commented 1 year ago

This ensures we get a fresh seed rather than the one that was baked in during pre-init.

Fixes #30