| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1992 Regents of the University of California */ |
| 1 | > | /* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 4 | > | static char SCCSid[] = "$SunId$ SGI"; |
| 5 | #endif | |
| 6 | ||
| 7 | /* | |
| # | Line 18 | Line 18 | short *urperm = NULL; /* urand() permutation */ | |
| 18 | int urmask; /* bits used in permutation */ | |
| 19 | ||
| 20 | ||
| 21 | + | int |
| 22 | initurand(size) /* initialize urand() for size entries */ | |
| 23 | int size; | |
| 24 | { | |
| # | Line 46 | Line 47 | int size; | |
| 47 | else | |
| 48 | urperm[i+offset]++; | |
| 49 | } | |
| 50 | + | return(1<<order); |
| 51 | } | |
| 52 | ||
| 53 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |