On Sun, Feb 02, 2003 at 21:23:43 +0000, Mark Murray wrote:
> 
> That was random(9). KERNEL random().

KERNEL random() can be easily implemented (better - replaced) with
arc4random(), there is no objections. But...

1) Implementing random(3) with RC4 is not needed, its algorithm is 
already equal or better.
2) Implementing rand(3) with RC4 can be possible only if seed (i.e. 
state) can be stored in single word (due to rand_r()) restrictions.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to