: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:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:30`` Menu path: (Top) → Random subsystem → 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.)*