e2fa00be6e
The timer based pseudo random number generator returns the number of system clock ticks. If the random number function is called subsequently in a time less than a system clock tick, it leads to getting same number. To prevent this the counter is introduced. Counter gets changed each call, so it ensures the caller gets different numbers each time the random number function gets called. Change-Id: Ibe57e1e7a23909b185623af8dbb7e80647c7ee08 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
interrupt_controller | ||
pci | ||
random | ||
serial | ||
timer | ||
Kconfig | ||
Makefile |