Symphony Of Empires
rand.hpp File Reference
#include <random>
Include dependency graph for rand.hpp:

Go to the source code of this file.

Classes

class  Eng3D::Rand
 Thread safe random number generator. More...
 

Namespaces

 Eng3D
 

Macros

#define rot32(x, k)   (((x) << (k)) | ((x) >> (32 - (k))))
 

Functions

Rand & Eng3D::get_local_generator ()
 

Macro Definition Documentation

◆ rot32

#define rot32 (   x,
 
)    (((x) << (k)) | ((x) >> (32 - (k))))

Definition at line 30 of file rand.hpp.