AGS.Editor.DataFileWriter.PseudoRandInt.PseudoRandInt C# (CSharp) Méthode

PseudoRandInt() private méthode

private PseudoRandInt ( int seed ) : System
seed int
Résultat System
            private PseudoRandInt(int seed)
            {
                _lastRandValue = seed;
            }