Re: [perl #59472] [TODO] Randomize hash seed

2008-10-17 Thread chromatic
On Thursday 16 October 2008 11:22:20 Andrew Whitworth via RT wrote: > On Tue Sep 30 04:34:58 2008, bernhard wrote: > > In src/hash.c:816 there is a TODO comment: > > > > /* TODO randomize */ > > hash->seed = 3793; > > > > This needs to be investigated and probably implemented. > > I assume

[perl #59472] [TODO] Randomize hash seed

2008-10-17 Thread Andrew Whitworth via RT
On Tue Sep 30 04:34:58 2008, bernhard wrote: > In src/hash.c:816 there is a TODO comment: > > /* TODO randomize */ > hash->seed = 3793; > > This needs to be investigated and probably implemented. I assume it would be easy to take Parrot_intval_time() as the seed here, or some function of i

[perl #59472] [TODO] Randomize hash seed

2008-09-30 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #59472] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59472 > In src/hash.c:816 there is a TODO comment: /* TODO randomize */ hash->see