-
Notifications
You must be signed in to change notification settings - Fork 84
RandomSeed
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
RandomSeed — Click element; sets random seed
RandomSeed([SEED])
Ports: none
RandomSeed sets the random seed to the SEED argument. If not supplied, the random seed is set to a "truly random" value. (This is not generally useful since Click resets the random seed to a "truly random" value whenever a router is configured.)
- seed (write-only) — Write this handler to reset the random seed, either to a particular value or (if you supply an empty argument) to a "truly random" value.
Generated by click-elem2man from ../elements/test/randomseed.hh:7
on 2018/10/03.