Update
This commit is contained in:
parent
3034949bc8
commit
695e83f707
16 changed files with 1839 additions and 1823 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue