You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now any rand() calls are not really random between boots, similarly seeding with time won't work due to the fact that we do not have any persistent knowledge about current time making it predictable when done at boot. One way to do it is seed the RNG with ca8210_get_random results and rely on cascoda radio.
Acceptance criteria:
rand() calls provide different, random results between boots
Right now any rand() calls are not really random between boots, similarly seeding with time won't work due to the fact that we do not have any persistent knowledge about current time making it predictable when done at boot. One way to do it is seed the RNG with ca8210_get_random results and rely on cascoda radio.
Acceptance criteria:
This would fix ConnectivityFoundry/AwaLWM2M#354
The text was updated successfully, but these errors were encountered: