]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_random() is a wrapper around random() that ensures the PRNG is seeded
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 14 Apr 2009 06:10:21 +0000 (06:10 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 14 Apr 2009 06:10:21 +0000 (06:10 +0000)
commite6209047df4eb95653fc612eb3a70db77d24af4c
treea3ed71483d390893ef02cc682a16708412819ab9
parent3f6e12b76abb367181aca6e653a9c95299220859
rrd_random() is a wrapper around random() that ensures the PRNG is seeded
exactly ONCE per process.

rrd_utils.c is introduced for functions that do not have a better home. --kevin

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1789 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/Makefile.am
src/librrd.sym.in.in
src/rrd.h
src/rrd_daemon.c
src/rrd_open.c
src/rrd_restore.c
src/rrd_utils.c [new file with mode: 0644]