#include <util.h>
A numeric range given as [min, max]. This may be used to generate a random number on the closed interval with rrandom(). Note that only nonnegative numbers from 0 to 255 are allowed. For a numeric range with large and/or negative numbers allowed, use lrange.
Definition at line 65 of file util.h.
Data Fields | |
| uchar | max |
| uchar | min |
|
|
Definition at line 67 of file util.h. Referenced by construct_range(), and rrandom(). |
|
|
Definition at line 68 of file util.h. Referenced by construct_range(), deref_jump_table(), and rrandom(). |
1.3.6