view formats/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 ec1e06402a97
children
line wrap: on
line source

//! Touhou 6: EoSD implementation.

pub mod pbg3;
pub mod anm0;
pub mod ecl;
pub mod std;
pub mod msg;
pub mod pos;