summaryrefslogtreecommitdiff
path: root/core/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/network.h')
-rw-r--r--core/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/network.h b/core/network.h
index 4fa30905..33f11239 100644
--- a/core/network.h
+++ b/core/network.h
@@ -97,6 +97,7 @@ typedef struct
97uint64_t current_time(); 97uint64_t current_time();
98 98
99//return a random number 99//return a random number
100//NOTE: this function should probably not be used where cryptographic randomness is absolutely necessary
100uint32_t random_int(); 101uint32_t random_int();
101 102
102//Basic network functions: 103//Basic network functions: