Exponential Distribution Checker
A Program that Runs Experiments on Generating Random Numbers with an Exponential Distribution
|
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. | |