Changeset 25 for trunk/orca/math.c
- Timestamp:
- 02/06/06 23:30:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/math.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/math.c
r1 r25 138 138 { 139 139 rn = genrand_int32(); 140 used -= a1->series.i ndex;141 a1->series.i ndex+= rn % used;140 used -= a1->series.it; 141 a1->series.it += rn % used; 142 142 return; 143 143 } … … 280 280 case OT_BITSET: 281 281 { 282 OString* bin = orCopyString( a1->index, a1->series.i ndex);282 OString* bin = orCopyString( a1->index, a1->series.it ); 283 283 uint8_t* it = bin->byteArray; 284 284 uint8_t* end = bin->byteArray + bin->used;
