home *** CD-ROM | disk | FTP | other *** search
-
- Changes to the Table and Random routines since version 0.1.
- Listed newest changes to oldest.
- By Joshua Levy
-
- Known problems with 0.3:
-
- Should be able to put comments in table files (starting with '#')
-
- The ra_roll routine needs to accept more types of dice rolls. For example,
- it should know about "discard the worst dice roll", "ignore rolls under N",
- and so on.
-
-
-
- Changes from 0.2 to 0.3:
-
- Added new message tb_many, to roll many times on the same table, returing
- different answers each time.
-
- There is now documenation specifically describing how to add new table types.
-
- Added a new table type, the SimpleBig type.
-
- The ra_random man page does documents the ra_logging and ra_float call.
-
- Need an ra_query routine to return a roll's min, max, average, and legality.
-
- Changes from 0.1 to 0.2:
- Added log/replace facility to random number generator.
- Added crude floating point generator.
- Removed some untested macros from the table.h file.
- Cleaned and commented the code.
- Fixed bugs in and improved the table.man manual page.
- Replaced the random number test program with a better one.
- Started a test suite for the random number generator.
-