wick-runtime 0.24.1

The runtime for the Wick project.
Documentation
1
2
3
4
5
6
use seeded_random::{Random, Seed};

#[must_use]
pub(crate) fn new_seed() -> Seed {
  Random::new().seed()
}