We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b2a2a commit 0549417Copy full SHA for 0549417
src/coreclr/nativeaot/Runtime/thread.cpp
@@ -38,7 +38,7 @@ static Thread* g_RuntimeInitializingThread;
38
39
ee_alloc_context::PerThreadRandom::PerThreadRandom()
40
{
41
- minipal_xoshiro128pp_init(&random_state, (uint32_t)minipal_lowres_ticks());
+ minipal_xoshiro128pp_init(&random_state, (uint32_t)minipal_hires_ticks());
42
}
43
44
thread_local ee_alloc_context::PerThreadRandom ee_alloc_context::t_random = PerThreadRandom();
0 commit comments