mirror of https://github.com/google/pebble
Merge 8b35bab04e into 4051c5bb97
This commit is contained in:
commit
4ebd43cb07
|
|
@ -45,5 +45,5 @@ WEAK NORETURN util_assertion_failed(const char *filename, int line) {
|
|||
}
|
||||
|
||||
WEAK uint32_t rand32(void) {
|
||||
return ((uint32_t)rand() << 1) + (uint32_t)rand;
|
||||
return ((uint32_t)rand() << 1) + (uint32_t)rand();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue