ChatImproVR / chatimprovr

A Virtual World Platform for the future
https://chatimprovr.github.io/
Other
10 stars 1 forks source link

Remove PCG from the interface and expose rand instead #87

Open Masterchef365 opened 1 year ago

Masterchef365 commented 1 year ago

We should expose a plugin_rng() function which returns a pre-seeded SeedableRng from the rand crate instead of providing the (likely buggy) Pcg object we have now.