Re: Randomizing in Python

2007-03-04 Thread [EMAIL PROTECTED]
On Mar 3, 1:56 pm, Mark Nenadov <[EMAIL PROTECTED]> wrote: > On Sat, 03 Mar 2007 08:46:09 -0800, [EMAIL PROTECTED] wrote: > > I want to randomize a certain calculation in Python but haven't > > figured it out yet. To explain what i mean, I' m going to use an > > example: > >

Re: Randomizing in Python

2007-03-03 Thread Mark Nenadov
On Sat, 03 Mar 2007 08:46:09 -0800, [EMAIL PROTECTED] wrote: > I want to randomize a certain calculation in Python but haven't > figured it out yet. To explain what i mean, I' m going to use an > example: > I want to get the numbers to do a random > experience database

Randomizing in Python

2007-03-03 Thread [EMAIL PROTECTED]
I want to randomize a certain calculation in Python but haven't figured it out yet. To explain what i mean, I' m going to use an example: I want to get the numbers to do a random experience database for a game. What would be necessary to do so? -- http://mail.python.o