|
Lib
QOLを高める
|
#include "stdafx.h"#include "include/framework.h"#include "include/debug.h"#include "include/exceptions.h"#include <random>Go to the source code of this file.
Namespaces | |
| yappy | |
| yappy::framework | |
| Game application main framework. | |
| yappy::framework::random | |
| Random number framework. | |
| yappy::framework::scene | |
Functions | |
| unsigned int | yappy::framework::random::generateRandomSeed () |
| Generate nondeterministic random number for seed. More... | |
| void | yappy::framework::random::setSeed (unsigned int seed) |
| Set random seed. More... | |
| unsigned int | yappy::framework::random::nextRawUInt32 () |
| Get next uint32 random number. More... | |
| int | yappy::framework::random::nextInt (int a=0, int b=std::numeric_limits< int >::max()) |
| Get next int random number. More... | |
| double | yappy::framework::random::nextDouble (double a=0.0, double max=1.0) |
| Get next double random number. More... | |
| std::vector< std::wstring > | yappy::framework::parseCommandLine () |
| Command line utility. More... | |
1.8.11