![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include "Common.hpp"#include "Random.hpp"#include "Duration.hpp"#include "detail/RandomDuration.ipp"Namespaces | |
| s3d | |
Functions | |
| Duration | s3d::Random (const Duration &max) noexcept |
| 現在のスレッドの乱数エンジンを用いて、0 以上 max 以下の範囲の時間を生成して返します。 More... | |
| SIV3D_CONCEPT_URBG Duration | s3d::Random (const Duration &max, URBG &&urbg) noexcept |
| Duration | s3d::Random (const Duration &min, const Duration &max) noexcept |
| 現在のスレッドの乱数エンジンを用いて、min 以上 max 以下の範囲の時間を生成して返します。 More... | |
| SIV3D_CONCEPT_URBG Duration | s3d::Random (const Duration &min, const Duration &max, URBG &&urbg) noexcept |