commit | 319fe85e6e3010241dd79514d1b65eefe65942ec | [log] [tgz] |
---|---|---|
author | Nikita Iashchenko <nikitai@google.com> | Tue Apr 20 20:31:58 2021 +0000 |
committer | Nikita Iashchenko <nikitai@google.com> | Wed Apr 21 14:10:44 2021 +0000 |
tree | 6ec147bafb89625dab974ed60978b71483655776 | |
parent | 1bc8a1f88616f3b4e54219075a971196f3492874 [diff] |
Remove usage of Math.randomLongInternal As a part of internal libcore API cleanup some of the functions previously exposed are getting removed from public surface. Math#randomLongInternal is a wrapper around java.util.Random and has no specific implications so its usages are get refactored. Bug: 154796679 Test: m droid Change-Id: I8db2400df0453baaddea6ab985f8e08a6338cfe0