CONFIG_XOROSHIRO_RANDOM_GENERATOR¶
Use Xoroshiro128+ as PRNG (DEPRECATED)
Type: bool
Help¶
This is deprecated, please use XOSHIRO_RANDOM_GENERATOR instead.
Direct dependencies¶
<choice RNG_GENERATOR_CHOICE: Random generator>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Subsystem>/random/Kconfig:46
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:53
Menu path: (Top) → Sub Systems and OS Services → Random Number Generators → Random generator
config XOROSHIRO_RANDOM_GENERATOR
bool "Use Xoroshiro128+ as PRNG (DEPRECATED)"
depends on <choice RNG_GENERATOR_CHOICE>
help
This is deprecated, please use XOSHIRO_RANDOM_GENERATOR instead.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)