bytecodealliance / componentize-py

Apache License 2.0
136 stars 13 forks source link

reseed PRNG at runtime #42

Closed dicej closed 10 months ago

dicej commented 10 months ago

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

Fixes #30