C# Class Randomizer.Program

Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
Detect ( FileStream stream ) : long>?.KeyValuePair
DetectReplace ( ) : void
Randomize ( FileStream stream, long>.KeyValuePair positions ) : void

Private Methods

Méthode Description
RandomChar ( ) : char
RandomLong ( long min, long max ) : long

Method Details

Detect() public static méthode

public static Detect ( FileStream stream ) : long>?.KeyValuePair
stream FileStream
Résultat long>?.KeyValuePair

DetectReplace() public static méthode

public static DetectReplace ( ) : void
Résultat void

Randomize() public static méthode

public static Randomize ( FileStream stream, long>.KeyValuePair positions ) : void
stream FileStream
positions long>.KeyValuePair
Résultat void