Testing Random Number Generators Matlab routines for generating plots in lecture.
Generic LCG: lcg.m.
Visual test of an LCG using overlapping pairs: lcg2d.m.
2-distributivity test of Matlab rand: rand3d.m.
Tausworthe RNG: tausworthe.m.
2D analysis of Tausworthe generator using overlapping pairs: tw2d.m.
3D analysis of Tausworth generator using non-overlapping pairs: tw3d.m.
Helper function for Tausworthe generator: xor_reduce.m.