RSC  0.16.0
langutils.cpp File Reference
#include "langutils.h"
#include <cstdlib>
#include <cctype>
#include <algorithm>
#include <iterator>
#include <sys/time.h>
#include <time.h>
Include dependency graph for langutils.cpp:

Go to the source code of this file.

Namespaces

 rsc
 
 rsc::misc
 

Functions

boost::uint64_t rsc::misc::currentTimeMillis ()
 Returns the current system time as milliseconds. More...
 
boost::uint64_t rsc::misc::currentTimeMicros ()
 Returns the current system time as microseconds. More...
 
char rsc::misc::randAlnumChar ()
 Generates a random alpha-numeric character. More...
 
std::string rsc::misc::randAlnumStr (const std::string::size_type &length)
 Generates a random alpha-numeric string with fixed length. More...