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