Skip to content

Commit 837c03c

Browse files
committed
Add comment clarifying pseudo_random.hpp use.
1 parent cd53794 commit 837c03c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/bitcoin/system/utility/pseudo_random.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
namespace libbitcoin {
3030

31+
/**
32+
* This pseudo random number is seeded via system clock, and is not intended
33+
* for uses requiring true randomness.
34+
*/
3135
class BC_API pseudo_random
3236
{
3337
public:

0 commit comments

Comments
 (0)