Remove the nonsensical GetSeed

This commit is contained in:
Raj Bhattacharjea
2009-01-22 15:59:50 -05:00
parent 1858b93cfa
commit 63b331ecd2

View File

@@ -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