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
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
# 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