So by default JVM uses hashCode() implementation with Park-Miller RNG, which ties application performance with the current system entropy level.
And what Kotlin uses for hashCode() stubs by default ?
Is there any way to provide individual hashCode() generators ?