Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IRandom::getQuality ( P6ENTROPYFLAGS pQuality)
pure virtual

Get the entropy quality that the PRNG's entropy source was created with.

Some platforms provide entropy sources of different quality. This is useful if you do not want to use a PRNG seeded using a low quality entropy source. You are able to deletect that using this method and create your own p6IRandom with an entropy source of your choosing.

Parameters
pQuality[ out ] The address of a P6ENTROPYFLAGS which on return wil contain the entropy quality used to seed the services PRNG.
Returns