I am looking for a tool that is able to randomly generate C++ programs. I have been using the Csmith C program generator for testing a tool I am developing, but now I would like to go a step further and test with randomly generated C++ code. Note that I am not interested in existing C++ test suites (I already use some).
Any help will be greatly appreciated. Thanks in advance!