I noticed the docs on random (<https://kotlinlang....
# announcements
r
I noticed the docs on random (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.random/-random/index.html) say:
The companion object Random.Companion is the default instance of Random.
But isn't the companion object
Random.Default
?
i
Yes, the reference needs some fixing, thanks for spotting that