When the simulation mesh is a plane and all forces are applied in the
this same plane, the constraint solver has problems creating the folds
as it always positions the vertices by sliding them because none of
the vectors have a Z component to initialize a fold.
This adds a random vector to the position to move the vertices and break
the plane surface, so the solver can create the folds even in these
situations.
Before:
After: