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