RNG -> Rng, Sta -> GlobalState

This commit is contained in:
2026-06-14 01:06:17 +02:00
parent cd8ba47564
commit 824bc4d3fa
419 changed files with 3157 additions and 3155 deletions

View File

@@ -47,11 +47,11 @@ namespace SlaveMatrix
public BackHair0_ジグD SetRandom()
{
0 = RNG.XS.NextDouble();
1 = RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextBool();
0 = Rng.XS.NextDouble();
1 = Rng.XS.NextDouble();
= Rng.XS.NextDouble();
= Rng.XS.NextDouble();
= Rng.XS.NextBool();
return this;
}