commit | 8d98e824d6efdff97e05614dbfc2a49fa68bfee9 | [log] [tgz] |
---|---|---|
author | Nikita Iashchenko <nikitai@google.com> | Tue Apr 20 23:22:03 2021 +0000 |
committer | Nikita Iashchenko <nikitai@google.com> | Wed Apr 28 14:03:37 2021 +0000 |
tree | 40ca81e2684ea0252f7adfd3e41205b8f6f17e60 | |
parent | 319fe85e6e3010241dd79514d1b65eefe65942ec [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: I019000d2b35c256e7c8a251a95bd9384d3503335