Just use the GNU Scientific Library (GSL) for RNG. (But also include my attempt at...
authorDariusz Murakowski <murakdar@mit.edu>
Tue, 14 May 2013 19:53:11 +0000 (15:53 -0400)
committerDariusz Murakowski <murakdar@mit.edu>
Tue, 14 May 2013 19:54:32 +0000 (15:54 -0400)
commit611038e0dc78d43385031f5d8c7f3351aebb460d
tree35d81a0782119a48e062b15418955e0d56c87ff4
parent0d6f42aee2797933d4fa6e62ddf0efbb0f131f54
Just use the GNU Scientific Library (GSL) for RNG. (But also include my attempt at copying over the relevant bits.)
Makefile
binomial.cpp [new file with mode: 0644]
mt19937ar.cpp [new file with mode: 0644]
mt19937ar.h [deleted file]
wf.cpp