CeGetRandomSeed (Windows CE 5.0)
This function returns a random seed that can be used in an algorithm.
__int64 CeGetRandomSeed (void);
Parameters
None.
Return Values
A random 64-bit number that is based on the operations of the kernel.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors