# HG changeset patch # User Raj Bhattacharjea # Date 1232657990 18000 # Node ID 4814b2348908f943777cf6cc38afd4cebcf0bef9 # Parent b9158015b8aa6d878e7bc26dd1740f51978568bb Remove the nonsensical GetSeed diff -r b9158015b8aa -r 4814b2348908 src/core/random-variable.h --- a/src/core/random-variable.h Thu Jan 22 15:13:47 2009 -0500 +++ b/src/core/random-variable.h Thu Jan 22 15:59:50 2009 -0500 @@ -55,13 +55,7 @@ * \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