PicoSDK
+
0
/1 examples
SourceVu will show references to
get_rand_128()
from the following samples and libraries:
rand sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
get_rand_128()
get_rand_128() function
Get 128-bit random number This method may be safely called from either core or from an IRQ, but be careful in the latter case as the call may block for a number of microseconds waiting on more entropy.
Syntax
Show:
Summary
Declaration
Definition
from
rand.h:191
void
get_rand_128
(
rng_128_t
*
rand128
)
;
Implemented in
rand.c:374
Arguments
Argument
Description
rand128
Pointer to storage to accept a 128-bit random number
Related Functions
Found 1 other functions taking a
rng_128
argument:
Function
xoroshiro128ss()
Examples
get_rand_128()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out