TrinityCore
RandomEngine Class Reference

#include <Random.h>

Public Types

typedef uint32 result_type
 

Public Member Functions

result_type operator() () const
 

Static Public Member Functions

static constexpr result_type min ()
 
static constexpr result_type max ()
 
static RandomEngineInstance ()
 

Detailed Description

Definition at line 67 of file Random.h.

Member Typedef Documentation

◆ result_type

Definition at line 70 of file Random.h.

Member Function Documentation

◆ Instance()

RandomEngine & RandomEngine::Instance ( )
static

Definition at line 93 of file Random.cpp.

+ Here is the caller graph for this function:

◆ max()

static constexpr result_type RandomEngine::max ( )
inlinestaticconstexpr

Definition at line 73 of file Random.h.

◆ min()

static constexpr result_type RandomEngine::min ( )
inlinestaticconstexpr

Definition at line 72 of file Random.h.

◆ operator()()

result_type RandomEngine::operator() ( ) const
inline

Definition at line 74 of file Random.h.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: