We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd53794 commit 837c03cCopy full SHA for 837c03c
1 file changed
include/bitcoin/system/utility/pseudo_random.hpp
@@ -28,6 +28,10 @@
28
29
namespace libbitcoin {
30
31
+/**
32
+ * This pseudo random number is seeded via system clock, and is not intended
33
+ * for uses requiring true randomness.
34
+ */
35
class BC_API pseudo_random
36
{
37
public:
0 commit comments