Searched defs:PR_GetRandomNoise (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprrng.h52 #define PR_GetRandomNoise VBoxNsprPR_GetRandomNoise macro
58 ** PR_GetRandomNoise() -- Get random noise from the host platform
61 ** PR_GetRandomNoise() provides, depending on platform, a random value.
65 ** The intent of PR_GetRandomNoise() is to provide a "seed" value for a
69 ** generated by PR_GetRandomNoise() is at best, extremely difficult to
86 ** requested. A return value of zero means that PR_GetRandomNoise() is
91 ** Calls to PR_GetRandomNoise() may use a lot of CPU on some platforms.
94 ** care is advised when using PR_GetRandomNoise() frequently in your
98 ** Parts of the model dependent implementation for PR_GetRandomNoise()
103 NSPR_API(PRSize) PR_GetRandomNoise(
[all...]

Completed in 112 milliseconds