zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 11 forks source link

zephyrCommon: Implement random and randomSeed #102

Closed Ayush1325 closed 3 months ago

Ayush1325 commented 4 months ago
Ayush1325 commented 3 months ago

I have switched to using zephyr stdlib rand and srand. It's present even in the minimal libc, so I do not think there is any drawback to using it.