Currently, any time a Curves data-block is created, the curves_random
function runs, filling it with 500 random curves, also adding a radius.
This is just left over from the prototype in the initial commit that
added the type.
This commit moves the code that creates the random data to the curve
editors module, like the other primitives are organized.