Extensions / Functions and aggregates
Functions that generate random values for PostgreSQL
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | pg_rand_ext |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2021-12-11 |
| Catalogue updated | 2026-08-30 |
| randomstring | randomstring: generate pseudo-random text and bytea values |
| pgrand | Generates random test data through a PostgreSQL FDW, with an experimental table access method. |
| pg_testgen | Generate random integers, strings, and test-data rows for PostgreSQL development |
| numpgsql | Array and numerical computing library for PostgreSQL |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |
| random | random data generator |
| pcg_random | PCG pseudo-random number generator functions for PostgreSQL. |
| mobilitydb_datagen | MobilityDB random data generator functions |