Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lower initial drop value to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -2/+2 |
| | |||||
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
| | |||||
* | Since we drop NSHUFF values now, set default seed to what it becomes | ache | 2003-02-05 | 1 | -1/+1 |
| | | | | after srandom(1) | ||||
* | Drop NSHUFF values right after srandom() to remove part of seed -> 1st | ache | 2003-02-04 | 1 | -0/+6 |
| | | | | value correlation. Correlation still remains because of algorithm limits. | ||||
* | Park & Miller PRNG can be safely initialized with any value but 0 and stuck | ache | 2003-02-03 | 1 | -2/+4 |
| | | | | | | | at 0 as designed. Its BSD adaptation tries to fight it by mapping 0 to 2147483647 after calculation, but this method not works since 2147483647 seed returns to 0 again on the next interation. Instead of after calculation mapping, map 0 to another value _before_ calculation, so it never stucks. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
| | | | | ready for it yet. | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | add simple srandom() and prototype | peter | 1996-09-23 | 1 | -2/+10 |
| | |||||
* | <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy). | phk | 1995-03-17 | 1 | -2/+2 |
| | | | | | Since /usr/include/libkern doesn't and shouldn't exist, this is the least evil way to handle this. | ||||
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
| | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+63 |