changeset 4225 | f1d873a81159 |
parent 4218 | debf1a8a96d3 |
child 4264 | 9d2e96c4e6e4 |
--- a/examples/realtime-udp-echo.cc Thu Jan 22 14:10:40 2009 -0500 +++ b/examples/realtime-udp-echo.cc Thu Jan 22 14:11:09 2009 -0500 @@ -38,11 +38,6 @@ main (int argc, char *argv[]) { // - // Make the random number generators generate reproducible results. - // - uint32_t seed[6] = {1, 1, 2, 3, 5, 8}; - SeedManager::SetSeed(seed); - // // Allow the user to override any of the defaults and the above Bind() at // run-time, via command-line arguments //