We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05c97d commit 7e305a7Copy full SHA for 7e305a7
src/rp2_common/pico_rand/include/pico/rand.h
@@ -55,7 +55,7 @@ extern "C" {
55
* With default settings, the seed generation takes approximately 1 millisecond while
56
* subsequent random numbers generally take between 10 and 20 microseconds to generate.
57
*
58
- * pico_rand methods may be safely called from either core or from an IRQ, but be careful in the latter case as the
+ * pico_rand methods may be safely called from either core or from an IRQ, but be careful in the latter case as
59
* the calls may block for a number of microseconds waiting on more entropy.
60
*/
61
0 commit comments