From 63b331ecd21bdaa64dfd4d1ba02099261a5a6c01 Mon Sep 17 00:00:00 2001 From: Raj Bhattacharjea Date: Thu, 22 Jan 2009 15:59:50 -0500 Subject: [PATCH] Remove the nonsensical GetSeed --- src/core/random-variable.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/core/random-variable.h b/src/core/random-variable.h index 8e5057cfc..ec0681792 100644 --- a/src/core/random-variable.h +++ b/src/core/random-variable.h @@ -55,13 +55,7 @@ public: * \param seed */ static void SetSeed (uint32_t seed); - - /** - * \brief Get the seed value - * \return seed value - */ - static uint32_t GetSeed (); - + /** * \brief set the seed * \code