|
pure virtual |
This method is used to re-seed the RNG.
The RNG will use the entropy source that was provided in the initialize() call, or it's own internal source if NULL was specified.
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize() must be made before this function can be called. |
| P6R::eFail | Failed to properly seed the RNG. |