#include <rand.h>
Public Member Functions | |
posix_rand (long s=0) | |
void | seed (long s) |
long | abs (long x) |
long | draw () |
long | operator() () |
This is actually an example rand() provided in the POSIX specification.
TODO: rename this class
Definition at line 15 of file rand.h.