7 #ifndef _SECP256K1_TESTRAND_H_ 8 #define _SECP256K1_TESTRAND_H_ 10 #if defined HAVE_CONFIG_H static void secp256k1_rand_bytes_test(unsigned char *bytes, size_t len)
static uint32_t secp256k1_rand_int(uint32_t range)
static uint32_t secp256k1_rand32(void)
static uint32_t secp256k1_rand_bits(int bits)
static void secp256k1_rand256(unsigned char *b32)
static SECP256K1_INLINE void secp256k1_rand_seed(const unsigned char *seed16)
static void secp256k1_rand256_test(unsigned char *b32)