Function biodivine_sketchbook::inference::candidate_sampling::pick_random_color
source ยท pub fn pick_random_color(
rng: &mut StdRng,
graph: &SymbolicAsyncGraph,
color_set: &GraphColors,
) -> GraphColors
Expand description
Randomly select a color from the given set of colors. This is a workaround that should be modified in the future.