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

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

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