-
Notifications
You must be signed in to change notification settings - Fork 321
RandomSeed
Eddie Kohler edited this page Oct 17, 2017
·
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 2017/10/17.