MCPcopy 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
27void Prandom::seed()
28{
29 // no argument ==> time based.
30 seed(_rndTime());
31}
32
33
34void Prandom::seed(uint32_t s, uint32_t t)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36