Siv3D / OpenSiv3D

C++20 framework for creative coding 🎮🎨🎹 / Cross-platform support (Windows, macOS, Linux, and the Web)
https://siv3d.github.io/
MIT License
1k stars 138 forks source link

RandomInt8(), RandomInt16(), RandomInt32(), RandomInt64() が最小値を返さないバグ #1196

Closed Reputeless closed 7 months ago

Reputeless commented 7 months ago

absl::Uniform(absl::IntervalOpenClosed, std::forward<URBG>(urbg), Smallest<int8>, Largest<int8>);absl::Uniform(absl::IntervalClosed, std::forward<URBG>(urbg), Smallest<int8>, Largest<int8>);