src/core/random-variable.h
changeset 4229 4814b2348908
parent 4224 40e5d5af3c71
child 4234 7ec503ed040d
--- 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