llama : note on blue noise

This commit is contained in:
Jan Boon 2026-02-05 03:15:55 +00:00
parent ad73188337
commit d5def78bb0
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ static void llama_sampler_top_k_impl(llama_token_data_array * cur_p, int32_t k)
cur_p->size = k;
}
// generative error diffusion for sequential blue noise
// pseudo-random number generator with ~6db/octave blue noise
// this generator produces a uniform distribution
// important: blue noise properties cannot be preserved when