mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
roll forward to cl/317978613
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: I988b9fa534d61583b2af67dfef002fa2a5823fb7
This commit is contained in:
@@ -52,7 +52,7 @@ std::uint32_t Prng::NextUint32() {
|
||||
|
||||
std::int64_t Prng::NextInt64() {
|
||||
return (static_cast<std::int64_t>(NextInt32()) << 32) |
|
||||
(static_cast<std::int64_t>(NextInt32()));
|
||||
(static_cast<std::int64_t>(NextUint32()));
|
||||
}
|
||||
|
||||
} // namespace nearby
|
||||
|
||||
Reference in New Issue
Block a user