i plan to replace kernel random(9) with libc random(3) code, or arc4random. any comments? current random(9) is too weak, and allows security threat like we saw with TCP ISS guessing. libc random(3) code looks enough strong for polinomial random number generator. itojun