PostgreSQL Source Code  git master
normal_rand_fctx Struct Reference

Data Fields

float8 mean
 
float8 stddev
 
float8 carry_val
 
bool use_carry
 

Detailed Description

Definition at line 86 of file tablefunc.c.

Field Documentation

◆ carry_val

float8 normal_rand_fctx::carry_val

Definition at line 90 of file tablefunc.c.

Referenced by normal_rand().

◆ mean

float8 normal_rand_fctx::mean

Definition at line 88 of file tablefunc.c.

Referenced by normal_rand().

◆ stddev

float8 normal_rand_fctx::stddev

Definition at line 89 of file tablefunc.c.

Referenced by normal_rand().

◆ use_carry

bool normal_rand_fctx::use_carry

Definition at line 91 of file tablefunc.c.

Referenced by normal_rand().


The documentation for this struct was generated from the following file: