When using `Random` class in Kotlin, I need to `im...
# kotlin-native
m
When using
Random
class in Kotlin, I need to
import java.util.Random
. Is there a plan do add
kotlin.Random
typealias, so it works with K/N?