1Blurb::
2Mutate by flipping a random bit
3Description::
4The \c bit_random mutator introduces random variation by first
5converting a randomly chosen variable of a randomly chosen design into
6a binary string.  It then flips a randomly chosen bit in the string
7from a 1 to a 0 or visa versa. In this mutation scheme, the resulting
8value has more probability of being similar to the original value.
9Topics::
10Examples::
11Theory::
12Faq::
13See_Also::
14