DDraceNetwork Docs
prng.cpp File Reference
#include "prng.h"
#include <base/system.h>
Include dependency graph for prng.cpp:

Macros

#define NAME   "pcg-xsh-rr"
 

Functions

static unsigned int RotateRight32 (unsigned int x, int Shift)
 

Macro Definition Documentation

◆ NAME

#define NAME   "pcg-xsh-rr"

Function Documentation

◆ RotateRight32()

static unsigned int RotateRight32 ( unsigned int  x,
int  Shift 
)
static