CONFIG_XOSHIRO_RANDOM_GENERATOR

Use Xoshiro128++ as PRNG

Type: bool

Help

Enables the Xoshiro128++ pseudo-random number generator, that uses
the entropy driver as a seed source. This is a fast general-purpose
non-cryptographically secure random number generator.

Direct dependencies

ENTROPY_HAS_DRIVER && <choice RNG_GENERATOR_CHOICE: Random generator>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/random/Kconfig:51

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 XOSHIRO_RANDOM_GENERATOR
    bool "Use Xoshiro128++ as PRNG"
    depends on ENTROPY_HAS_DRIVER && <choice RNG_GENERATOR_CHOICE>
    help
      Enables the Xoshiro128++ pseudo-random number generator, that uses
      the entropy driver as a seed source. This is a fast general-purpose
      non-cryptographically secure random number generator.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)