PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ _lwrandom_get_seed()

int32_t _lwrandom_get_seed ( size_t  idx)

Definition at line 74 of file lwrandom.c.

75 {
76  return _lwrandom_seed[idx];
77 }
static int32_t _lwrandom_seed[3]
Definition: lwrandom.c:40

References _lwrandom_seed.