freebsd-skq/lib
Andrey A. Chernov 49abb2a4f8 Back out "drop first N values" method of removing monotonically increased
seed->first value correlation. It breaks rand_r()... Other possible methods
like shuffling inside aray will breaks rand_r() too, because it assumes
only one word state, i.e. nothing extra can be added after seed assignment
in srand().

BTW, for old formulae seed->first value correlation is not so monotonically
increased as with other Linear Congruential Generators of this type only
becase arithmetic overflow happens. But overflow affects distribution
and lower bits very badly, as many articles says, such type of overflow
not improves PRNG.

So, monotonically increased seed->first value correlation problem remains...
2003-02-17 03:52:35 +00:00
..
compat Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs. 2003-02-15 16:26:10 +00:00
csu Very minor EOL whitespace diff-reducer. 2003-01-26 23:34:47 +00:00
libalias
libatm
libbind
libbz2
libc Back out "drop first N values" method of removing monotonically increased 2003-02-17 03:52:35 +00:00
libc_r Enable just committed manual pages, update MLINKS 2003-02-13 22:12:56 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo
libdevstat Remove include of <sys/dkstat.h> 2003-02-16 14:08:52 +00:00
libdisk Fix build error. 2003-02-06 14:26:41 +00:00
libedit The .Fn function 2003-02-06 11:25:03 +00:00
libexpat
libfetch No need for the OPENSSL_NO_KRB5 switch anymore. 2003-01-31 23:26:55 +00:00
libform
libftpio
libgeom Add appropriate MLINKS for functions documented in libgeom.3 2003-02-13 18:27:05 +00:00
libio
libipsec The .Fn function. Spelling. 2003-02-06 11:29:40 +00:00
libipx
libisc
libkse Actually link in the attr_{set,get}stack. 2003-02-11 07:28:28 +00:00
libkvm
libmd
libmenu
libmilter
libmp Adjust for OpenSSL 0.9.7. 2003-01-28 23:03:15 +00:00
libncp
libncurses
libnetgraph
libopie
libpam Add an "allow_local" option which forces historical behaviour. 2003-02-16 13:01:03 +00:00
libpanel
libpcap
libpthread Actually link in the attr_{set,get}stack. 2003-02-11 07:28:28 +00:00
libradius
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand
libtacplus
libtelnet
libufs WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again. 2003-01-30 00:11:01 +00:00
libugidfw
libusbhid
libutil Now return NULLified struct in case of empty config file 2003-01-27 03:39:33 +00:00
libvgl
libwrap
libxpg4
liby
libypclnt
libz
msun o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ncurses
Makefile Hook libgeom in. 2003-02-08 15:17:49 +00:00
Makefile.inc