C# Class GeneticMIDI.Fractal.DiceUtil

Afficher le fichier Open project: stefan-j/GeneticMIDI

Méthodes publiques

Méthode Description
GetDice ( int rangeSize, int numberOfDice, Random gen ) : List
getFlippedBits ( int val1, int val2 ) : int[]

Returns how many bits are flipped

Method Details

GetDice() public static méthode

public static GetDice ( int rangeSize, int numberOfDice, Random gen ) : List
rangeSize int
numberOfDice int
gen System.Random
Résultat List

getFlippedBits() public static méthode

Returns how many bits are flipped
public static getFlippedBits ( int val1, int val2 ) : int[]
val1 int
val2 int
Résultat int[]