How does UE4 generate random numbers in C++ & Blueprints?

It’s not hard to find :stuck_out_tongue:

rand.c has the pseudo random number generator in it.