Randoms
Some C code that looks at how random a random number generator is.
readme-jim.txt
jims1Rand.h
- alternativefor system rand()
jims1Rand.c
test1.c
- mean, std dev tests
test1.out
run
test2.c
- pairs and triples of randoms
test2-0.png
rand(), 2D
test2-0-3.png
rand(), 3D
test2-1.png
jim1Rand(), 2D
test2-1-3.png
rand(), 2D
test3.c
- 2D slices of 3D data
test3-0.png
- rand() looks random
test3-1.png
- jim1Rand() doesn't.