PostgreSQL Source Code git master
|
Data Fields | |
float8 | mean |
float8 | stddev |
float8 | carry_val |
bool | use_carry |
Definition at line 86 of file tablefunc.c.
float8 normal_rand_fctx::carry_val |
Definition at line 90 of file tablefunc.c.
Referenced by normal_rand().
float8 normal_rand_fctx::mean |
Definition at line 88 of file tablefunc.c.
Referenced by normal_rand().
float8 normal_rand_fctx::stddev |
Definition at line 89 of file tablefunc.c.
Referenced by normal_rand().
bool normal_rand_fctx::use_carry |
Definition at line 91 of file tablefunc.c.
Referenced by normal_rand().