Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Commits
dd5923c9
Commit
dd5923c9
authored
2 years ago
by
graham sanderson
Browse files
Options
Downloads
Patches
Plain Diff
oops
parent
452b4d0b
Branches
pico_rand
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rp2_common/pico_rand/include/pico/rand.h
+1
-1
1 addition, 1 deletion
src/rp2_common/pico_rand/include/pico/rand.h
with
1 addition
and
1 deletion
src/rp2_common/pico_rand/include/pico/rand.h
+
1
−
1
View file @
dd5923c9
...
...
@@ -37,7 +37,7 @@ extern "C" {
* - Bus Performance Counter (\ref PICO_RAND_ENTROPY_SRC_BUS_PERF_COUNTER == 1): One of the bus fabric's performance
* counters is mixed in each time.
*
* \note
a
ll entropy sources are hashed before application to the PRNG state machine.
* \note
A
ll entropy sources are hashed before application to the PRNG state machine.
*
* \note The \em first time a random number is requested, the 128-bit PRNG state
* must be seeded. Multiple entropy sources are also available for the seeding operation:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment