Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

RandomSeed Element Documentation

NAME

RandomSeed — Click element; sets random seed

SYNOPSIS

RandomSeed([SEED])

Ports: none

DESCRIPTION

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.)

ELEMENT HANDLERS

  • 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.

Clone this wiki locally