From c86c1c8132a0d910cdb314798804d5fe0b270179 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 3 Jul 2013 09:45:01 -0400 Subject: TODO updated. --- core/network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/network.c') diff --git a/core/network.c b/core/network.c index e7999416..35257d54 100644 --- a/core/network.c +++ b/core/network.c @@ -40,10 +40,10 @@ uint64_t current_time() } -int random_int() +uint32_t random_int() { #ifdef WIN32 - //TODO replace rand with a more random windows function + //TODO replace rand with something cryptograhically secure return rand(); #else return random(); -- cgit v1.2.3