added a thread-safe and cross-plateform random number generator

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3373 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-08-15 20:20:51 +00:00
parent f0da158dbe
commit 30e4509043
5 changed files with 302 additions and 3 deletions

View file

@ -369,6 +369,7 @@ HEADERS += util/folderiterator.h \
util/rsthreads.h \
util/rsversion.h \
util/rswin.h \
util/rsrandom.h \
SOURCES += dbase/cachestrapper.cc \
dbase/fimonitor.cc \
@ -485,4 +486,5 @@ SOURCES += util/folderiterator.cc \
util/rsprint.cc \
util/rsthreads.cc \
util/rsversion.cc \
util/rswin.cc
util/rswin.cc \
util/rsrandom.cc