hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
generator.hpp
Go to the documentation of this file.
1 
6 #ifndef IROHA_GENERATOR_HPP
7 #define IROHA_GENERATOR_HPP
8 
9 #include <string>
10 
11 namespace generator {
12 
18  std::string randomString(size_t len);
19 
20 } // namespace generator
21 
22 #endif // IROHA_GENERATOR_HPP
std::string randomString(size_t len)
Definition: generator.cpp:13
Definition: generator.cpp:11