Suite • opensavvy.prepared.suite.random • Random
Random
Deprecated
Using Random in a Prepared test is most likely a mistake. Either opt-in to using the Prepared reproducible random generators (via the 'random' accessor in a test) or explicitly use kotlin.random.Random via qualified name to suppress this warning.
Replace with
See random.