home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / PASCAL / NRPAS / EXPDEV.PAS < prev    next >
Pascal/Delphi Source File  |  1993-12-01  |  86b  |  5 lines

  1. FUNCTION expdev(VAR idum: integer): real;
  2. BEGIN
  3.    expdev := -ln(ran3(idum))
  4. END;
  5.