This PR introduces g_mock_get_rand
to allow tests to mock GetRand
and makes g_mock_get_rand
consume from the fuzzed data in the process_message(s) targets.
Mocking GetRand
reduces the non-determinism in these targets and results in more stable fuzzing.