First time here? Check out the FAQ!
answered 2016-12-20 18:20:01 -0600
The RNG initializes to the same value every time you create it, so the output values are the same. I suggest seeding it with the current PC time (ex from getCPUTickCount().