mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
wip: phrase_get
This commit is contained in:
parent
60c129d868
commit
f8581a866c
3 changed files with 16 additions and 9 deletions
|
|
@ -39,8 +39,8 @@ tui_style!(STYLE_VALUE =
|
|||
pub fn random_okhsl () -> Okhsl<f32> {
|
||||
let mut rng = thread_rng();
|
||||
UniformOkhsl::new(
|
||||
Okhsl::new(-180.0, 0.01, 0.05),
|
||||
Okhsl::new( 180.0, 0.9, 0.5),
|
||||
Okhsl::new(-180.0, 0.01, 0.1),
|
||||
Okhsl::new( 180.0, 0.9, 0.5),
|
||||
).sample(&mut rng)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue