Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
Rand Class Reference

#include <rand.h>

List of all members.

Public Member Functions

 Rand (unsigned int seed)
unsigned int rand ()
int rand (int min, int max)
int exprand (unsigned int min, unsigned int max)
double randdouble (double min, double max)
double expranddouble (double min, double max)

Private Attributes

uint64_t my_seed

Constructor & Destructor Documentation

Rand::Rand ( unsigned int  seed)

Member Function Documentation

int Rand::exprand ( unsigned int  min,
unsigned int  max 
)
double Rand::expranddouble ( double  min,
double  max 
)
int Rand::rand ( int  min,
int  max 
)
unsigned int Rand::rand ( )

Vygeneruj nahodne cislo s exponencialnym rozlozenim (rovnomerne rozlozenie v log-hodnotach) z intervalu <min, max)

double Rand::randdouble ( double  min,
double  max 
)

Member Data Documentation

uint64_t Rand::my_seed [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines