bytecodealliance / bytecodealliance/wasmtime-py
Wasmtime-py and randomness
Open
wasmtime c-api
- Dominant language
- Python
- Stars
- 539
- Forks
- 69
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
I am using wasmtime-py to create a fully deterministic sandbox (for reproducible build purposes) for a toolchain. The toolchain uses `rand()` or similar for Monte Carlo method computations, which AFAICT requests randomness from wasmtime.
Is there a way to tell wasmtime to only produce deterministic randomness? Is that something I can do via wasmtime-py? What does it do by default?
Contributor guide
Assessment
This issue has not been assessed yet.