Converting normally distributed numbers to uniform distribution

316 Views Asked by At

I have a Perlin noise algorithm I've written my self. It seems to produce gausian numbers at the range of -1.5 and 1.5 but I'll convert them to the range of -1 and 1. I' currently working on a project that requires numbers of a uniform distribution. So how do I convert normally distributed numbers to a uniform distribution?