home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / stat / 1515 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.2 KB

  1. Path: sparky!uunet!wupost!swbatl!texbell!swuts!jb1556
  2. From: jb1556@swuts.sbc.com (Jim Buddenhagen)
  3. Newsgroups: sci.math.stat
  4. Subject: random number generator
  5. Keywords: pseudo-random, C , uniform, normal
  6. Message-ID: <1383@swuts.sbc.com>
  7. Date: 25 Jul 92 14:50:11 GMT
  8. Organization: Southwestern Bell Telephone Company
  9. Lines: 17
  10.  
  11. Portable pseudo-random number generator desired, for uniform and/or normal
  12. deviates.  What is desired is code (C preferred) or algorithm that is
  13. machine independent (i.e. same seed, same sequence regardless of computing
  14. platform).  Purpose will be to generate random datasets (or pointers into
  15. databases) for benchmark tests accross several platforms.  Must be able to
  16. generate several independent sequences 'simultaneously' (ok to have several
  17. copies of routine with different names).  
  18.  
  19. I am aware of routines in Numerical Recipies, and in Knuth, but unsure
  20. of quality.  Would welcome any comments, suggestions, pointers to code,
  21. or references.
  22.  
  23. -- 
  24. Jim Buddenhagen             Southwestern Bell Telephone Co.
  25. jb1556@swuts.sbc.com        Statistical Research
  26. 314-235-5183                One Bell Center, Room 27-X-5
  27.                             St. Louis, MO 63130
  28.