Move rand functions from util to new random.h/.cpp
authorsvost <ya.nowa@yandex.ru>
Sun, 13 Feb 2022 11:33:15 +0000 (14:33 +0300)
committersvost <ya.nowa@yandex.ru>
Sun, 13 Feb 2022 11:33:15 +0000 (14:33 +0300)
commitedbfc61d401c0bd9f4b85dd49d1a1e77c1b2eb02
treeea503ba4630542b260f1140b39cc1a01fc7e260e
parent257604e82a05f2f478951353d43d5ed487b9ab8f
Move rand functions from util to new random.h/.cpp
16 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/addrman.cpp
src/addrman.h
src/bitcoinrpc.cpp
src/db.cpp
src/net.cpp
src/net.h
src/random.cpp [new file with mode: 0644]
src/random.h [new file with mode: 0644]
src/script.cpp
src/uint256.cpp
src/uint256.h
src/util.cpp
src/util.h
src/wallet.cpp