Searched refs:GetRandomUint32 (Results 1 – 6 of 6) sorted by relevance
25 unsigned int GetRandomUint32(void);
26 static unsigned int GetRandomUint32();
21 extern "C" unsigned int GetRandomUint32() in GetRandomUint32() function
247 int b = static_cast<int32_t>(GetRandomUint32() % bbase); in RandomUuid()255 … if (sprintf_s(p, bufSize, "%c%x", c[GetRandomUint32() % strlen(c)], b % xbase) < 0) { in RandomUuid()
94 unsigned int rand = GetRandomUint32(); in CreateTokenId()