algorithms.py, rand.c: Move constant definitions and so on to `rand.c'.
[catacomb-python] / algorithms.py
index ad41f69..320d060 100644 (file)
@@ -59,8 +59,6 @@ print '#define PRPS(_) \\'
 for i in prps:
   print '\t_(%s, %s) \\' % (i.upper(), i)
 print '\t/* end */'
-
-print '#define RNGF_INT 1u'
 print
 
 print '#define RNGS(_) \\'