|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
| AUuid | nextUuid () noexcept |
| int | nextInt () noexcept |
| float | nextFloat () noexcept |
| float | nextFloat (float min, float max) noexcept |
| double | nextDouble () noexcept |
| double | nextDouble (double min, double max) noexcept |
| glm::vec2 | nextVec2 () noexcept |
| glm::vec2 | nextVec2 (float min, float max) noexcept |
| AByteBuffer | nextBytes (unsigned count) |