The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TIMER_RANDOM_GENERATOR

System timer clock based number generator

Type: bool

Help

This options enables number generator based on system timer
clock. This number generator is not random and used for
testing only.

Direct dependencies

TEST_RANDOM_GENERATOR && <choice RNG_GENERATOR_CHOICE: Random generator>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/random/Kconfig:29

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:53

Menu path: (Top) → Sub Systems and OS Services → Random Number Generators → Random generator

config TIMER_RANDOM_GENERATOR
    bool "System timer clock based number generator"
    depends on TEST_RANDOM_GENERATOR && <choice RNG_GENERATOR_CHOICE>
    help
      This options enables number generator based on system timer
      clock. This number generator is not random and used for
      testing only.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)