This is kind of a two-fer.
As an assignment, I've created a game that uses the random(x,y) function to have cars and other objects show up on screen. We've been issued a challenge for extra credit to instead use C++ to implement Lehmer's Random Number Generator. Two-fer because I don't know how to go about using C++ coding in a game created in Construct 2...and because I really don't know how to go about using the Lehmer RNG. Any tips or suggestions would be greatly appreciated.