OpenSiv3D  v0.6.5
C++20 framework for creative coding
RandomPoint.hpp File Reference
#include "Common.hpp"
#include "PointVector.hpp"
#include "2DShapes.hpp"
#include "detail/RandomPoint.ipp"

Namespaces

 s3d
 

Functions

Point s3d::RandomPoint (const std::pair< int32, int32 > &xMinMax, const std::pair< int32, int32 > &yMinMax)
 
SIV3D_CONCEPT_URBG Point s3d::RandomPoint (const std::pair< int32, int32 > &xMinMax, const std::pair< int32, int32 > &yMinMax, URBG &&urbg)
 
Point s3d::RandomPoint (const Rect &rect)
 
SIV3D_CONCEPT_URBG Point s3d::RandomPoint (const Rect &rect, URBG &&urbg)
 
Point s3d::RandomPoint (int32 xMax, int32 yMax)
 
SIV3D_CONCEPT_URBG Point s3d::RandomPoint (int32 xMax, int32 yMax, URBG &&urbg)