Function qmc::classical::graph::make_random_spin_state[][src]

pub fn make_random_spin_state<R: Rng>(n: usize, rng: &mut R) -> Vec<bool>
Expand description

Randomly build a spin state.