From ad73188337ad45a60d404d8cdb97a0eaee6e2599 Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Thu, 5 Feb 2026 00:53:51 +0000 Subject: [PATCH] llama : note on blue noise properties --- src/llama-sampling.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/llama-sampling.cpp b/src/llama-sampling.cpp index 060538eb12..408bdacccc 100644 --- a/src/llama-sampling.cpp +++ b/src/llama-sampling.cpp @@ -335,6 +335,7 @@ static void llama_sampler_top_k_impl(llama_token_data_array * cur_p, int32_t k) } // pseudo-random number generator with ~6db/octave blue noise +// this generator produces a uniform distribution // important: blue noise properties cannot be preserved when // the generator is used for multiple purposes simultaneously // nor when multiple next calls are used to construct a larger value