1. [ANN] roll.e released
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 17, 2004
- 442 views
roll.e is an include file that allows to simulate complex die rolls on entering a description string. This include file does only parsing and random number generation; it can be used by any program sending the requests and retrieving the outcomes. This is the case of ck's Die Roller. The doncs appear as comments starting the file. Look for roll.zip in the recent user contribution list. CK: please remember to update with the latest version (v1.03), so that noninteger outcomes are properly returned. CChris
2. Re: [ANN] roll.e released
- Posted by cklester <cklester at yahoo.com> Aug 17, 2004
- 434 views
Christian Cuvier wrote: > > CK: please remember to update with the latest version (v1.03), so that > noninteger outcomes are properly returned. Thanks, Christian! The package on my web site is now up-to-date. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
3. Re: [ANN] roll.e released
- Posted by cklester <cklester at yahoo.com> Aug 17, 2004
- 437 views
Christian, in roll.e, check line 261... should be if erroll_mode=0 then clear_roll_error() end if --autoreset status code (this is the default) but it says clear_roll_erroll() in my copy. -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/