a2e8ed0032
On Android devices starting SDK 25, ThreadLocalRandom accidentally started out from the same seed on all application starts. This means that the same sequence of numbers is returned whenever the application is started. This will be fixed in SDK 34. We should avoid using ThreadLocalRandom until then. ^KT-52618 Fixed