PostgreSQL Source Code: normal_rand_fctx Struct Reference (original) (raw)

Data Fields
float8 mean
float8 stddev
float8 carry_val
bool use_carry

Detailed Description

Definition at line 89 of file tablefunc.c.

Field Documentation

carry_val

float8 normal_rand_fctx::carry_val

Definition at line 93 of file tablefunc.c.

Referenced by normal_rand().

mean

float8 normal_rand_fctx::mean

Definition at line 91 of file tablefunc.c.

Referenced by normal_rand().

stddev

float8 normal_rand_fctx::stddev

Definition at line 92 of file tablefunc.c.

Referenced by normal_rand().

use_carry

bool normal_rand_fctx::use_carry

Definition at line 94 of file tablefunc.c.

Referenced by normal_rand().


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