AGS.Editor.DataFileWriter.PseudoRandInt.PseudoRandInt C# (CSharp) Method

PseudoRandInt() private method

private PseudoRandInt ( int seed ) : System
seed int
return System
            private PseudoRandInt(int seed)
            {
                _lastRandValue = seed;
            }