Mercurial > touhou
view interpreters/src/th06/mod.rs @ 784:1f152ca95658
Replace pytouhou.utils.random.Random with a Rust version
libtouhou.Prng now supports having its seed generated randomly using the
getrandom crate, and is now exposed to Python.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 23 Nov 2025 12:48:03 +0100 |
| parents | cad9e422b18f |
| children |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod anm0; pub mod ecl; pub mod std; pub mod enemy; pub mod interpolator;
