This vb Mersenne Twister code from ProgrammingAlgorithms.com seems to work, but gives a baffling "implicit conversion" warning in VS 2015. The exact message is: "warning BC42016: Implicit conversion from 'UInteger' to 'Integer'." This occurs eight times in only the code from ProgrammingA