Re: [Tutor] Numeric RandomArray seed problem.

2006-01-01 Thread Pujo Aji
Thank you Kent.pujoOn 1/1/06, Kent Johnson <[EMAIL PROTECTED]> wrote: Pujo Aji wrote:> Hello,>> I tried calling RandomArray.seed()> by calling RandomArray.get_seed() I get the seed number (x,y).> My problem is that x is always 113611 any advice?Take a look at the source for RandomArray.seed(). It

Re: [Tutor] Numeric RandomArray seed problem.

2006-01-01 Thread Kent Johnson
Pujo Aji wrote: > Hello, > > I tried calling RandomArray.seed() > by calling RandomArray.get_seed() I get the seed number (x,y). > My problem is that x is always 113611 any advice? Take a look at the source for RandomArray.seed(). It more-or-less splits the decimal representation of the current

[Tutor] Numeric RandomArray seed problem.

2006-01-01 Thread Pujo Aji
Hello,I tried calling RandomArray.seed()by calling RandomArray.get_seed() I get the seed number (x,y).My problem is that x is always 113611 any advice?Thankspujo ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor