// "Create actual class for module proj_JVM (JVM)" "true" import kotlin.random.Random expect abstract class MyGenerator { abstract fun generate(): Random }