Exponential Distribution Checker
A Program that Runs Experiments on Generating Random Numbers with an Exponential Distribution
 All Files Functions Variables Macros Pages
Random.h
Go to the documentation of this file.
1 
2 
3 
4 // Copyright Ian Parberry, May 2014.
5 //
6 // This file is made available under the GNU All-Permissive License.
7 // Copying and distribution of this file, with or without modification,
8 // are permitted in any medium without royalty provided the copyright
9 // notice and this notice are preserved. This file is offered as-is,
10 // without any warranty.
11 //
12 // Created by Ian Parberry, May 2014.
13 // Last updated May 31, 2014.
14 
15 #pragma once
16 
17 float UniformRand();
18 float ExpRand();
19 float ExpRand(float omega);