home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DB3RAND.ZIP / RANDOM.DOC next >
Text File  |  1989-11-02  |  558b  |  22 lines

  1. Dbase Random number generator
  2.  
  3. The Random.prg file in the procedure file util.prg can generate random numbers 
  4. in Dbase III.  
  5.  
  6. A sample program 'testrand.prg' illustrates the use of the Random.prg program.
  7.  
  8. To test the program, type 'DO TESTRAND' at the Dbase III dot prompt.  The 
  9. range of random numbers generated can be selected as shown in the example 
  10. program. 
  11.  
  12. I'm not sure if the function generates true random numbers statistically
  13. speaking, but it appears to do the trick for most types of programming.
  14.  
  15. J. Gasal
  16.  
  17. 11/2/89
  18.  
  19.  
  20.  
  21.  
  22.