The latest development version of this page may be more current than this released 2.7.5 version.

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

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