rt: Rename rand() to isaac_rand() since the former prevents lots of standard headers from being included
This commit is contained in:
@@ -151,7 +151,7 @@ rand_new(rust_task *task)
|
||||
extern "C" CDECL size_t
|
||||
rand_next(rust_task *task, randctx *rctx)
|
||||
{
|
||||
return rand(rctx);
|
||||
return isaac_rand(rctx);
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
|
||||
Reference in New Issue
Block a user