summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/RandISAAC.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/RandISAAC.cc b/lib/RandISAAC.cc
index 021bf20..69bf2f7 100644
--- a/lib/RandISAAC.cc
+++ b/lib/RandISAAC.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: RandISAAC.cc,v 1.2 2008-07-18 14:05:39 pixel Exp $ */
+/* $Id: RandISAAC.cc,v 1.3 2008-07-22 14:34:15 pixel Exp $ */
/* Based on ISAAC. See original (C) mention below. */
@@ -36,14 +36,6 @@ MODIFIED:
#include <RandISAAC.h>
-#define bis(target,mask) ((target) |= (mask))
-#define bic(target,mask) ((target) &= ~(mask))
-#define bit(target,mask) ((target) & (mask))
-
-#ifndef align
-# define align(a) (((Uint32)a+(sizeof(void *)-1))&(~(sizeof(void *)-1)))
-#endif /* align */
-
#define ind(mm,x) ((mm)[(x>>2)&(RANDSIZ-1)])
#define rngstep(mix,a,b,mm,m,m2,r,x) \
{ \