Increase probabilities for 34C3

This commit is contained in:
Juergen Stuber 2023-12-28 20:57:34 +01:00
parent 8423aed15a
commit a217118e51
1 changed files with 4 additions and 4 deletions

View File

@ -57,10 +57,10 @@ fn main() -> std::io::Result<()> {
let mut rng = thread_rng();
let palette_34 = Palette(vec![
(0.05, Color::new(101, 101, 101), Color::new(101, 101, 101)),
(0.05, Color::new(193, 193, 193), Color::new(193, 193, 193)),
(0.05, Color::new(165, 36, 49), Color::new(165, 36, 49)),
(0.05, Color::new(246, 151, 16), Color::new(246, 151, 16)),
(0.07, Color::new(101, 101, 101), Color::new(101, 101, 101)),
(0.07, Color::new(193, 193, 193), Color::new(193, 193, 193)),
(0.07, Color::new(165, 36, 49), Color::new(165, 36, 49)),
(0.07, Color::new(246, 151, 16), Color::new(246, 151, 16)),
]);
let palette_35 = Palette(vec![(0.3, Color::new(0, 138, 170), Color::new(0, 160, 95))]);
let palette_36 = Palette(vec![