#include <consensus/amount.h>
#include <random.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <cstdint>
Go to the source code of this file.
◆ InsecureRand256()
◆ InsecureRand32()
static uint32_t InsecureRand32 |
( |
| ) |
|
|
inlinestatic |
◆ InsecureRandBits()
static uint64_t InsecureRandBits |
( |
int |
bits | ) |
|
|
inlinestatic |
◆ InsecureRandBool()
static bool InsecureRandBool |
( |
| ) |
|
|
inlinestatic |
◆ InsecureRandMoneyAmount()
static CAmount InsecureRandMoneyAmount |
( |
| ) |
|
|
inlinestatic |
◆ InsecureRandRange()
static uint64_t InsecureRandRange |
( |
uint64_t |
range | ) |
|
|
inlinestatic |