Changes between Version 15 and Version 16 of common_utils
- Timestamp:
- Oct 20, 2014, 11:05:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
common_utils
v15 v16 13 13 === void _random_wait( unsigned int value ) === 14 14 This function implements a pseudo-random delay. 15 The ''value'' argument define an exponentially increasing mean delay,16 and should not be larger than 32. 15 The ''value'' argument define the max number of bits for the delay. 16 The average delay value is approximately : (2**value) * 2 / 3 17 17 18 18 === void _break( char* string ) ===