home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2292 / UPDATES < prev   
Text File  |  1990-12-28  |  1KB  |  37 lines

  1.  
  2. Changes to the Table and Random routines since version 0.1.
  3. Listed newest changes to oldest.
  4. By Joshua Levy
  5.  
  6. Known problems with 0.3:
  7.  
  8. Should be able to put comments in table files (starting with '#')
  9.  
  10. The ra_roll routine needs to accept more types of dice rolls.  For example,
  11.     it should know about "discard the worst dice roll", "ignore rolls under N",
  12.     and so on.
  13.  
  14.  
  15.  
  16. Changes from 0.2 to 0.3:
  17.  
  18. Added new message tb_many, to roll many times on the same table, returing
  19. different answers each time.
  20.  
  21. There is now documenation specifically describing how to add new table types.
  22.  
  23. Added a new table type, the SimpleBig type.
  24.  
  25. The ra_random man page does documents the ra_logging and ra_float call.
  26.  
  27. Need an ra_query routine to return a roll's min, max, average, and legality.
  28.  
  29. Changes from 0.1 to 0.2:
  30. Added log/replace facility to random number generator. 
  31. Added crude floating point generator.
  32. Removed some untested macros from the table.h file.
  33. Cleaned and commented the code.
  34. Fixed bugs in and improved the table.man manual page.
  35. Replaced the random number test program with a better one.
  36. Started a test suite for the random number generator.
  37.