Пример #1
0
void CMathValue::vMutateValue(const CRandom &cRand)
{
	d_value += (cRand.dNextDouble() - 0.5) * 10;
}