Пример #1
0
/**
 * @ingroup SipPlatform
 * @brief random 정수를 리턴한다.
 * @returns random 정수를 리턴한다.
 */
int RandomGet()
{
	return gclsRandom.Get();
}