version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: random_map.h,v 1.9 2001/10/07 06:45:40 mwedel Exp $"; | | * "$Id: random_map.h,v 1.10 2003/03/07 07:33:13 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define Y_SYM 3 | | #define Y_SYM 3 |
#define XY_SYM 4 | | #define XY_SYM 4 |
| | |
| | #define MIN_RANDOM_MAP_SIZE 10 |
| | |
/* a macro to get a strongly centered random distribution, | | /* a macro to get a strongly centered random distribution, |
from 0 to x, centered at x/2 */ | | from 0 to x, centered at x/2 */ |