From b75c94ba797c0ca43eb67d1c952b4b12dcb09644 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 13 Jul 2012 14:24:07 +0200 Subject: [PATCH] don't include seeding in generic prng --- include/codecrypt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/codecrypt.h b/include/codecrypt.h index c26bd0c..0bb4ee2 100644 --- a/include/codecrypt.h +++ b/include/codecrypt.h @@ -52,7 +52,6 @@ class prng { public: virtual uint random (uint) = 0; - virtual void seed (uint) = 0; }; /*