MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / default_rng

Function default_rng

cloud-hypervisor/src/main.rs:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140fn default_rng() -> String {
141 format!("src={}", RngConfig::DEFAULT_RNG_SOURCE)
142}
143
144/// Returns all [`Arg`]s in alphabetical order. This is the order used in the
145/// `--help` output.

Callers 1

prepare_default_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected