[Randtest-develop] Still here...
Status: Alpha
Brought to you by:
drmike2
|
From: Mike R. <er...@es...> - 2001-10-30 04:43:35
|
Howdy folks, I'm modifying John Hadstate's a touch to add in the binary rank test. It uses a ram buffer (big one) so eventually I want to combine the disk read and memory buffering into one method. This will all take a long time, especially since none of us has much time to devote to this. The major change I had to make was to convert the randtest.cpp to randtest.c for the gnu compiler to link all my files. I have no idea why it couldn't resolve things, but mixing cpp and c just didn't work. We may have to have 2 independent trees on that too - one for cpp and one for a pure c invocation. Having more than one tree is a good thing in my opinion - it checks for compiler errors and if we get different results on the same data we can track it down for a high grade solution. But it's gonna be a long long time in coming :-) Patience, persistence, truth, Dr. mike |