次の方法で共有


CeGetRandomSeed (Windows CE 5.0)

Send Feedback

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

Random Data Generation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.