summaryrefslogtreecommitdiff
path: root/src/common/pg_prng.c
AgeCommit message (Expand)Author
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane