home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / adaptor / examples / dalib / random / readme < prev    next >
Encoding:
Text File  |  1993-03-23  |  311 b   |  17 lines

  1. int.f:
  2.  
  3.    Print N random numbers in the range 0:K-1
  4.  
  5. real.f:
  6.  
  7.    Print N real random numbers in the range 0..1
  8.  
  9. double.f:
  10.  
  11.    Print N double precision random numbers in the range 0..1
  12.  
  13. count.f:
  14.  
  15.    Get N random numbers in the range 0 : K-1 and count them (there should
  16.    be a good distribution of the numbers
  17.