The latest development version of this page may be more current than this released 1.14.1 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: Random generator>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/random/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:32

Menu path: (top menu) → Random generator

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

(Definitions include propagated dependencies, including from if’s and menus.)