diff utils/Cargo.toml @ 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 21b186be2590
children d005f5927447
line wrap: on
line diff
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -10,3 +10,4 @@
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+getrandom = "0.3.4"