<backend>
Specifies the character device which generates the random numbers.
Text content
Specifies the device node of the input character device. The default value and currently the only valid value is /dev/random.Selected attributes
- model="random"
- Specifies the source model.
Usage
Configuring a random number generatorParent elements
<rng>Child elements
None.Example
<devices>
...
<rng model="virtio">
<backend model="random">/dev/random</backend>
</rng>
...
</devices>