natpryce
header class Random { fun nextInt(bounds: Int): Int }
class Random { ... }
impl typealias Random = java.util.Random