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

/external/chromium/base/
H A Drand_util_win.cc14 uint32 RandUint32() { function in namespace:__anon1590
25 uint32 first_half = RandUint32();
26 uint32 second_half = RandUint32();
/external/chromium/net/websockets/
H A Dwebsocket_handshake.cc214 uint32 RandUint32(uint32 min, uint32 max) { function in namespace:net::__anon3098
229 RandUint32;

Completed in 44 milliseconds