Changeset 450 for branches/thune/thread_safe/math.c
- Timestamp:
- 08/11/07 04:53:46 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/math.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/math.c
r441 r450 655 655 if( ur_isASeries( tos ) ) 656 656 { 657 int len = ur_series Len( tos );657 int len = ur_seriesEnd( tos ); 658 658 if( len > 0 ) 659 659 tos->series.it += genrand_int32() % (len - tos->series.it);
