Hi, I havea simulation in which cars are moving. The point is that a car has a start point (coordinates x and y) and an end point (coordinates x1 and y1). I'd like to make sure that the distances that the cars need to travel are following a gaussian distribution with mean 50 and standard deviation 30. I can't figure out the logic by which I can do this so that the cars are placed randomly on a grid of A by A and all have various places to travel to.
Can someone please advise?
Thanks,