From e6b0c4399579d66d2cd6205d61681500b2787609 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 22 Jul 2008 14:34:15 +0000 Subject: A little bit more cleaning here. --- lib/RandISAAC.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib') 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 -#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) \ { \ -- cgit v1.2.3