Undo a change which does not compile

This commit is contained in:
Raj Bhattacharjea
2009-01-20 14:43:52 -05:00
parent cdde863642
commit be2da95507

View File

@@ -351,8 +351,7 @@ RngStream::EnsureGlobalInitialized (void)
// finally, actually use these values to do something.
uint32_t seedArray [] = {seed, seed, seed, seed, seed, seed};
SetPackageSeed (seedArray);
// set to the chosen substream (run)
ResetNthSubstream (run);
//XXX set the run number
}
}