// Example file for nag_intext5 which demonstrates the // linking of the FORTRAN routine G05LAF into Scilab n = 10; xmu = 2.0; xvar = 1.0; repeatable = %T [x,ifail] = nag_psdrnd_norm_fun(n,xmu,xvar,repeatable)