home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / classes / Random.README < prev    next >
Encoding:
Text File  |  1991-05-31  |  1.7 KB  |  43 lines

  1. Random
  2.  
  3. An Objective-C class for NeXT computers to provide services for random
  4. number generation and also die rolling.
  5.  
  6. The Random class implements its own random number generator with a cycle
  7. length of 8.8 trillion.
  8.  
  9. The algorithm used by the Random class is that given in the article:
  10.   "A Higly Random Random-Number Generator" by T.A. Elkins
  11.   Computer Language, Volume 6, Number 12 (December 1989), Pages 59-65
  12.   Published by:
  13.        Miller Freeman Publications
  14.        500 Howard Street
  15.        San Francisco, CA  94105
  16.        (415) 397-1881
  17.  
  18. Version 1.0, 1991 May 30
  19.  
  20. Written by Gregor Purdy, Contemporary Design Studios
  21.  
  22. Real Job Contact Information (NOT Contemporary Design Studios):
  23.     gregor@oit.itd.umich.edu
  24.     University of Michigan / 1600 SEB / 610 E. University / Ann Arbor / MI / 48109
  25.  
  26. THIS WORK IS DISTRIBUTED AS IS, WITH NO WARANTEE OR GUARANTEE EXPRESSED OR
  27. IMPLIED IN ANY RESPECT. THE AUTHOR IS NOT LIABLE FOR ANY DAMAGES WHATSOEVER
  28. DIRECTLY OR INDIRECTLY RELATED TO THE USAGE OF THIS WORK.
  29.  
  30. That said, I do welcome comments, suggestions, and bug reports. I want to use
  31. this in some of my own projects, so I'm very interested in making sure it
  32. works correctly. Feel free to drop me an email or letter with your comments.
  33.  
  34. This work is distributed as FreeWare. Its usage and distribution,
  35. however, are governed by the GNU "Copyleft" (version 1) described in the file
  36. "COPYING" which should be in the same directory as this file, if everything
  37. went well with downloading, uncompressing, and untarring this distribution.
  38. At your option, you may consider this work governed by a later release of
  39. the GNU "Copyleft".
  40.  
  41. This README and the file COPYING must remain with any derivative works.
  42.  
  43. See the COPYING file included for distribution and usage rights.