[orx-noise, orx-gui] Deprecate Random

This commit is contained in:
Edwin Jakobs
2025-01-20 11:37:52 +01:00
parent b631e4493c
commit b62746c94e
2 changed files with 5 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ private data class RandomState(var seed: String, var rng: DefaultRandom)
/**
* Deterministic Random using a seed to guarantee the same random values between iterations
*/
@Deprecated("Duplicate functionality")
object Random {
var rnd: DefaultRandom