From 601c40a63b2116665daea6ae80ea26ba4200cf30 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 4 Jan 2012 17:03:49 +1100 Subject: [PATCH] Instance various uint random functions --- random.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/random.cpp b/random.cpp index 043431e0..090c989f 100644 --- a/random.cpp +++ b/random.cpp @@ -39,4 +39,5 @@ namespace util { template double util::random (void); template float util::random (void); template uint64_t util::random (void); - +template uint32_t util::random (void); +template uint16_t util::random (void);