IBR-DTNSuite
0.12
|
#include <Random.h>
Public Member Functions | |
Random () | |
virtual | ~Random () |
int | gen_number () const |
const std::string | gen_chars (const size_t &length) const |
dtn::utils::Random::Random | ( | ) |
Definition at line 32 of file Random.cpp.
|
virtual |
Definition at line 46 of file Random.cpp.
const std::string dtn::utils::Random::gen_chars | ( | const size_t & | length) | const |
Definition at line 55 of file Random.cpp.
Referenced by dtn::storage::SQLiteBundleSet::Factory::create().
int dtn::utils::Random::gen_number | ( | ) | const |
generates a 32-bit random number
Definition at line 50 of file Random.cpp.
Referenced by dtn::data::SDNV< int >::random().