Use the new libc_random_u32() in ncmlib to replace random_xid().
This commit is contained in:
6
ncmlib/random.h
Normal file
6
ncmlib/random.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef NCMLIB_RANDOM__
|
||||
#define NCMLIB_RANDOM__
|
||||
uint32_t libc_random_u32(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user