4 #ifndef DJINNI_GENERATED_RANDOMNUMBERGENERATOR_HPP 5 #define DJINNI_GENERATED_RANDOMNUMBERGENERATOR_HPP 11 #include <libcore_export.h> 13 #define LIBCORE_EXPORT 17 namespace ledger {
namespace core {
namespace api {
51 #endif //DJINNI_GENERATED_RANDOMNUMBERGENERATOR_HPP virtual int64_t getRandomLong()=0
virtual int8_t getRandomByte()=0
virtual std::vector< uint8_t > getRandomBytes(int32_t size)=0
Definition: Account.cpp:8
virtual int32_t getRandomInt()=0
Definition: RandomNumberGenerator.hpp:20