Hello Tim,
If I created a matrix with a randomArray the first elements in the
matrix (row index 0 and col index 0) will change very small. Actually
this leads me to check the seed, and found that seed don't change
anything since I check in an hour duration. I found that it changes
very slow though
[EMAIL PROTECTED] 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?
Well, RandomArray.seed() gets its seed from the computer's time.
def seed(x=0,y=0):
"""seed(x, y), set
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>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?
What did you expect?
--
- Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
--
htt
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> 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?
In [1]: from RandomArray import *
In [2]: seed?
Type: function
Base Cla
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?
Thanks
pujo
--
http://mail.python.org/mailman/listinfo/python-list