Changes between Version 15 and Version 16 of common_utils


Ignore:
Timestamp:
Oct 20, 2014, 11:05:17 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • common_utils

    v15 v16  
    1313 === void _random_wait( unsigned int value ) ===
    1414This function implements a pseudo-random delay.
    15 The ''value'' argument define an exponentially increasing mean delay,
    16 and should not be larger than 32.
     15The ''value'' argument define the max number of bits for the delay.
     16The average delay value is approximately : (2**value) * 2 / 3
    1717
    1818 === void _break( char* string ) ===