Added unit tests for random number generator functions.
commitce3472ad1e0445600d727c986c40d1d07dfda76f
authorSteven Schronk <steven@schronk.com>
Sun, 30 Jan 2011 17:13:14 +0000 (30 11:13 -0600)
committerSteven Schronk <steven@schronk.com>
Sun, 30 Jan 2011 17:13:14 +0000 (30 11:13 -0600)
tree4003980a4212ba93e562941a0173de11d3fa145c
parentae333ba9d812f52d8ae0201437b023731653b841
Added unit tests for random number generator functions.
Makefile
lib_hash.c [new file with mode: 0644]
lib_hash.h [new file with mode: 0644]
lib_ll.h
lib_random.c [new file with mode: 0644]
lib_random.h [new file with mode: 0644]
lib_test.c