commit | ad5948a81070df52aad6e90abc4aafa527e71a31 | [log] [tgz] |
---|---|---|
author | Shengsong Tan <sstan@google.com> | Fri Sep 20 04:49:35 2024 +0000 |
committer | Shengsong Tan <sstan@google.com> | Fri Sep 20 04:49:35 2024 +0000 |
tree | 3336aa4eb8796773b41e5d9b9c931b1bc61989c8 | |
parent | 752112003dfd03ee3531e1f640a80ecb549e8f34 [diff] |
Replace base::RandInt with std::uniform_int_distribution As part of the effort to uprev libchrome in Android, we are removing Android dependencies to libchrome utility functions that are not strictly required. This CL remove the usage of base::RandInt and replace by std cpp Bug: 360917504 Change-Id: I83ea0f00ca07074f8c6c9a69db343a65cc8deb27 Test: atest libfs_avb_internal_test