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>/subsys/random/Kconfig:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/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.)