Instantiating my own random number generator

From: Roberto Jung Drebes
Date: Tue Oct 11 2005 - 15:47:44 EST



Hi there,

I have a kernel module which asks for random numbers using get_random_bytes().

Is there a way I can set this number generator my own seed value, so that I can replay experiments I perform with my module? If I set a seed for the whole system, it would affect other kernel tasks obtaining random numbers through get_random_bytes(), so I guess that is not a good solution.

TIA,

--
Roberto Jung Drebes <drebes@xxxxxxxxxxxx>
Porto Alegre, RS - Brasil
http://www.inf.ufrgs.br/~drebes/


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/