<t>1. take two uniformly distributed random variables: u[0,1] and v[0,1]2. Norminv(u), Norminv(v)3. change the linear correlation 'rho' to rank correlation = 2*sin(pi*rho/6) because rank correlation is invariant to transformation4. using cholesky decomposition produce correlated normal random variab...