Random

@get:JvmName(name = "getKotlinRandom")
val TestDsl.Random: Random(source)

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

random

See random.