Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IRandom::reSeed ( void  )
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.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize() must be made before this function can be called.
P6R::eFailFailed to properly seed the RNG.