Implement Camera Shaking

Based on two parameters - duration and strength (radius), a set of points around the camera position should be generated.

The camera will move quickly between these two points (linear? ease-out?) and then return to it's default position.