Table of Contents
qtimer_fastrand - generate a quick random number based on the high-resolution
timer
#include <qthread/qtimer.h>
long
qtimer_fastrand (void);
This function returns a quick random
number based on the high-resolution timer. The return value is between -2^31
and 2^31.
qtimer_create(3)
, qtimer_destroy(3)
, qtimer_start(3)
, qtimer_stop(3)
Table of Contents