uHTTP for C++
uHTTP::Random Class Reference

#include <Random.h>

Public Member Functions

 Random ()
 
 Random (unsigned int min, unsigned int max)
 
 ~Random ()
 
unsigned int rand ()
 

Private Attributes

int minRange
 
int maxRange
 

Constructor & Destructor Documentation

◆ Random() [1/2]

uHTTP::Random::Random ( )

◆ Random() [2/2]

uHTTP::Random::Random ( unsigned int min,
unsigned int max )

◆ ~Random()

uHTTP::Random::~Random ( )

Member Function Documentation

◆ rand()

unsigned int uHTTP::Random::rand ( )

Field Documentation

◆ maxRange

int uHTTP::Random::maxRange
private

◆ minRange

int uHTTP::Random::minRange
private

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