:orphan: .. title:: TIMER_RANDOM_GENERATOR .. option:: 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 =================== \ :option:`TEST_RANDOM_GENERATOR ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/random/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:49`` Menu path: (Top) → Sub Systems and OS Services → Random Number Generators → Random generator .. parsed-literal:: config TIMER_RANDOM_GENERATOR bool "System timer clock based number generator" depends on \ :option:`TEST_RANDOM_GENERATOR ` && \ :ref:` ` 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.)*