Function av_bmg_get

pub unsafe extern "C" fn av_bmg_get(lfg: *mut AVLFG, out: *mut f64)
Expand description

Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg.

@param lfg pointer to the contex structure @param out array where the two generated numbers are placed