Deleted Added
full compact
35c35
< * $FreeBSD: head/lib/libc/stdlib/rand.c 75845 2001-04-23 02:29:10Z ache $
---
> * $FreeBSD: head/lib/libc/stdlib/rand.c 75862 2001-04-23 10:14:28Z ache $
133c133
< next = getpid() ^ tv.tv_sec ^ tv.tv_usec ^ junk;
---
> next = (getpid() << 16) ^ tv.tv_sec ^ tv.tv_usec ^ junk;