:orphan: .. title:: CONFIG_TIMER_RANDOM_GENERATOR .. kconfig:: CONFIG_TIMER_RANDOM_GENERATOR CONFIG_TIMER_RANDOM_GENERATOR ############################# *System timer clock based number generator* Type: ``bool`` Help ==== .. code-block:: none This options enables number generator based on system timer clock. This number generator is not random and used for testing only. Direct dependencies =================== \ :kconfig:`TEST_RANDOM_GENERATOR ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/random/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Random Number Generators → Random generator .. code-block:: kconfig config TIMER_RANDOM_GENERATOR bool "System timer clock based number generator" depends on TEST_RANDOM_GENERATOR && 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.)*