livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 1337 10000 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 26465 BRL-CAD rand: 30561 livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 1337 100000 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 194479 BRL-CAD rand: 214027 livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 0 10 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 79 BRL-CAD rand: 62 livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 1 10 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 182 BRL-CAD rand: 152 livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 1 20 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 209 BRL-CAD rand: 155 livace@Livace:~/Desktop/CAD/brlcad-svn-trunk$ ./test 2>err.log Print SEED and N 10 10000000 testing cpp rand... done! testing bn_randmt... done! -------------------- Cpp rand: 18609618 BRL-CAD rand: 21382141