Deleted Added
full compact
40c40
< __FBSDID("$FreeBSD: head/lib/libc/stdlib/rand.c 110321 2003-02-04 11:24:08Z ache $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdlib/rand.c 110421 2003-02-05 21:25:50Z ache $");
101c101
< static u_long next = 1;
---
> static u_long next = 892053144; /* after srand(1), NSHUFF counted */
106c106
< return do_rand(&next);
---
> return (do_rand(&next));
117c117
< (void)do_rand(&next);
---
> (void)rand();