This commit is contained in:
Miloslav Ciz 2024-10-08 20:06:43 +02:00
parent 3034949bc8
commit 695e83f707
16 changed files with 1839 additions and 1823 deletions

View file

@ -88,7 +88,7 @@ Yet another idea might be to use some good [hash](hash.md) just on numbers 1, 2,
uint32_t _rand = 0;
uint32_t random()
uint32_t random(void)
{
uint32_t x = _rand;
_rand++;