I'm only using this for personal use, just to calculate things..
but I need some help.. I use VisualStudio 2005
first, i used VB
Private Function PRNG(ByVal seed As String) As String
Dim temp As String = ""
Dim t As UInt64
t = Convert.ToUInt64("0x41C64E6D", 16) * Convert.ToUInt64(seed, 16)...