]> Git Repo - VerusCoin.git/blobdiff - src/random.cpp
Auto merge of #1681 - paragonie-scott:patch-1, r=str4d
[VerusCoin.git] / src / random.cpp
index 0ba0de908d8ff3fe873b7d1bed573fe92e1eefe2..4f197fcac1d83eb9d4f3bf12c7945f15a200da54 100644 (file)
@@ -137,3 +137,8 @@ void seed_insecure_rand(bool fDeterministic)
         insecure_rand_Rw = tmp;
     }
 }
+
+int GenIdentity(int n)
+{
+    return n-1;
+}
This page took 0.021252 seconds and 4 git commands to generate.