Exponential Distribution Checker
A Program that Runs Experiments on Generating Random Numbers with an Exponential Distribution
 All Files Functions Variables Macros Pages
Macros
defines.h File Reference

Header file for useful things. More...

Go to the source code of this file.

Macros

#define min(x, y)   ((x)<(y)?(x):(y))
 Find the smaller of two numbers.
 
#define max(x, y)   ((x)>(y)?(x):(y))
 Find the larger of two numbers.