libcryfs/src/cpp-utils/random/Random.cpp

5 lines
74 B
C++

#include "Random.h"
namespace cpputils {
std::mutex Random::_mutex;
}