:orphan: .. title:: CONFIG_XOROSHIRO_RANDOM_GENERATOR .. kconfig:: CONFIG_XOROSHIRO_RANDOM_GENERATOR CONFIG_XOROSHIRO_RANDOM_GENERATOR ################################# *Use Xoroshiro128+ as PRNG (DEPRECATED)* Type: ``bool`` Help ==== .. code-block:: none This is deprecated, please use XOSHIRO_RANDOM_GENERATOR instead. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/random/Kconfig:46`` 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 XOROSHIRO_RANDOM_GENERATOR bool "Use Xoroshiro128+ as PRNG (DEPRECATED)" depends on help This is deprecated, please use XOSHIRO_RANDOM_GENERATOR instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*