mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
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:
parent
f0da158dbe
commit
30e4509043
5 changed files with 302 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue