I am trying to work on writing a plugin for Typst. Due to the way they isolate plugins, IO is not possible. As such, when I initially attempt to use Peroxide, I cannot due to the use of rand/rand-distr packages is naturally stateful.
Is it at all currently possible to work around this? Would it be possible (or reasonable) to request a feature flag to disable rand functionality?
Apologies for not being more specific. In all honesty, I am not entirely familiar with how the technical details work.