Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ seed
Method
seed
libraries/Prandom/Prandom.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
void Prandom::seed()
28
{
29
// no argument ==> time based.
30
seed(_rndTime());
31
}
32
33
34
void Prandom::seed(uint32_t s, uint32_t t)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36