unifMutation:

--------------------------------------------------------------------------
   Uniform mutation changes one of the parameters of the parent based on 
   a uniform probability distribution.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [parent] = uniformMutate(parent,bounds,Ops)
--------------------------------------------------------------------------

   ------
   Inputs
   ------  
   parent            the first parent ( [solution string function value] )
   bounds            the bounds matrix for the solution space
   Ops               Options for uniformMutation [gen #UnifMutations]

   -------
   Outputs
   -------
   parent

--------------------------------------------------------------------------