Updated the random number generator

This commit is contained in:
Alex
2022-12-20 06:55:34 +02:00
parent 0a2e8f7154
commit a43e4f1593
2 changed files with 135 additions and 6 deletions

View File

@ -8,7 +8,7 @@ namespace Random
uint16_t rand16();
uint32_t rand32();
uint64_t rand64();
void changeseed(uint64_t CustomSeed);
void ChangeSeed(uint64_t CustomSeed);
}
#endif // !__FENNIX_KERNEL_RANDOM_H__