qtimer_fastrand - Man Page
generate a quick random number based on the high-resolution timer
Synopsis
#include <qthread/qtimer.h>
long
qtimer_fastrand (void);
Description
This function returns a quick random number based on the high-resolution timer. The return value is between -2^31 and 2^31.
See Also
qtimer_create(3), qtimer_destroy(3), qtimer_start(3), qtimer_stop(3)
Info
APRIL 2011 libqthread