TrinityCore
Loading...
Searching...
No Matches
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 ()
 

Detailed Description

Definition at line 77 of file Random.h.

Member Typedef Documentation

◆ result_type

Definition at line 80 of file Random.h.

Member Function Documentation

◆ max()

static constexpr result_type RandomEngine::max ( )
inlinestaticconstexpr

Definition at line 83 of file Random.h.

◆ min()

static constexpr result_type RandomEngine::min ( )
inlinestaticconstexpr

Definition at line 82 of file Random.h.

◆ operator()()

result_type RandomEngine::operator() ( ) const
inline

Definition at line 84 of file Random.h.

+ Here is the call graph for this function:

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