the final solution to the randomness problem
This commit is contained in:
@ -9,7 +9,7 @@ random_seed_set(u64 seed)
|
||||
void
|
||||
random_seed_time_set(void)
|
||||
{
|
||||
jsw_time_seed();
|
||||
random_seed_set(jsw_time_seed());
|
||||
}
|
||||
|
||||
f32
|
||||
|
Reference in New Issue
Block a user