Chromium changes: https://chromium.googlesource.com/chromium/src/+/5f591f6b5e3cb8a1bd75a75a8cfb63ff4677af01 commit 5f591f6b5e3cb8a1bd75a75a8cfb63ff4677af01 Author: Elly <ellyjones@chromium.org> Date: Tue Apr 28 23:29:33 2026 -0700 base: remove RandInt Removed all remaining calls to base::RandInt and deleted the function. The new blessed way to do this is base::RandIntInclusive. Fixed: 40283703 Change-Id: I7b3a1737f11b7364e33d32df26caafac17981dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7798357 Auto-Submit: Elly <ellyjones@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1622254}