Random Numbers
Syntax
#define include_rand
#include <AB_Math.bas>
init_random
rand
randb (low, high)
Description
Part of a user contributed
library that computes the standard trigonometric
functions.
Example
#define include_rand
#include
<AB_Math.bas>
for i= 1 to 10
print i, rand,
randb (0.2, 5.1)
next i
\
See also
\