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 it. Are there any specific boundaries on how
large/small this number has to be, whether it has to be prime or
pseudoprime, etc?

I'll throw it together if somebody will tell me what the requirements
are (if any).

-- 
Andrew Whitworth
a.k.a Whiteknight


Reply via email to