Library /sys$common/syshlp/basichelp.hlb RND *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The RND function returns a random number greater than or equal to zero and less than one. The numbers in this range are in uniform distribution. This means that there is an equal probability that the value will be between 0 and .1 as between .5 and .6. Example R_num = RND
Additional Information (explode) :
|