peerplays-fc/include/fc/crypto/rand.hpp
2018-10-22 07:38:08 -05:00

7 lines
153 B
C++

#pragma once
namespace fc {
/* provides access to the OpenSSL random number generator */
void rand_bytes(char* buf, int count);
} // namespace fc