Re: random() function documentation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: random() function documentation
Дата
Msg-id 432790.1649702719@sss.pgh.pa.us
обсуждение исходный текст
Ответ на random() function documentation  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Ответы Re: random() function documentation  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Список pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes:
> I just noticed that the since the random() rewrite¹, the documentation's
> claim² that it "uses a simple linear congruential algorithm" is no
> longer accurate (xoroshiro128** is an xorshift variant, which is a
> linear-feedback shift register algorithm).

> I don't have a suggestion for the exact wording, since I don't know
> whether xoroshiro128** qualifies as "simple", or to what level of
> specificity we want to document the algorithm.

How about we just say "uses a linear-feedback shift register algorithm"?
"Simple" is in the eye of the beholder anyway.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: PostgreSQL Program Application
Следующее
От: Thom Brown
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery