the final solution to the randomness problem

This commit is contained in:
2024-08-29 22:16:35 -04:00
parent f63b445e52
commit a7cb9a7383
5 changed files with 8 additions and 4 deletions

View File

@ -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