From 095c68678af19ac6dc3a667b855cc06e531b2e9e Mon Sep 17 00:00:00 2001 From: Silent Date: Sat, 25 Feb 2017 00:04:15 +0100 Subject: [PATCH] this is unused --- SilentPatch/StdAfx.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SilentPatch/StdAfx.h b/SilentPatch/StdAfx.h index 13b4264..a53c636 100644 --- a/SilentPatch/StdAfx.h +++ b/SilentPatch/StdAfx.h @@ -21,10 +21,3 @@ #include "MemoryMgr.h" #define DISABLE_FLA_DONATION_WINDOW 0 - - -template -inline T random(T a, T b) -{ - return a + static_cast(rand() * (1.0f/(RAND_MAX+1)) * (b - a)); -} \ No newline at end of file