Subject: Re: arc4random(9)
To: None <tls@rek.tjls.com>
From: None <itojun@iijlab.net>
List: tech-security
Date: 05/29/2002 15:11:47
>Well, then, let's just call it "random()".  For debugging purposes, we
>can add a kernel compile option to disable reseeding and stuff the seed
>in a global so you can get it with debugging tools.

	to say honestly, this "not invented here" attitude is killing me.
	with every micro diffference you make to the tree, we need to add
	#ifdef at KAME.  if there's no special reason, let's go with name
	arc4random().  if you want it, i'm happy to provide an alias called
	"random()" to it.

itojun