le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
random.hpp File Reference
#include <glm/vec2.hpp>
#include <klib/random.hpp>

Go to the source code of this file.

Classes

class  le::BasicRandom< Gen >
 Stateful random number generator. More...
 

Namespaces

namespace  le
 

Typedefs

using le::Random = BasicRandom< std::mt19937 >