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);