function xy = GenerarNumerosRand(N)

xy = 2*rand(2,N) - 1;