PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ _lwrandom_set_seeds()

void _lwrandom_set_seeds ( int32_t  s1,
int32_t  s2 
)

Definition at line 66 of file lwrandom.c.

67{
68 /* _lwrandom_seed[0] not used */
69 _lwrandom_seed[1] = s1;
70 _lwrandom_seed[2] = s2;
72}
static int32_t _lwrandom_seed[3]
Definition lwrandom.c:40
static unsigned char _lwrandom_seed_set
Definition lwrandom.c:39

References _lwrandom_seed, and _lwrandom_seed_set.