BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
rand.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace fc {
4 
5  /* provides access to the OpenSSL random number generator */
6  void rand_bytes(char* buf, int count);
7 } // namespace fc
fc
Definition: api.hpp:15
fc::rand_bytes
void rand_bytes(char *buf, int count)
Definition: rand.cpp:9