As can be observed when generating code for the pic_tracer example, the header include <random> is missing for
- std::uniform_real_distribution
- std::linear_congruential_engine
Both types are used in the generated code, in their qualified name. However, the corresponding include pragma is missing.