Méthode | Description | |
---|---|---|
FieldGenerator ( IRandomNumberGenerator rng ) : System.Linq |
Initializes a new instance of the FieldGenerator class.
|
|
RandomizeBalloonField ( IBalloon field ) : void |
Generates a random matrix of balloons that are not popped.
|
public FieldGenerator ( IRandomNumberGenerator rng ) : System.Linq | ||
rng | IRandomNumberGenerator | An object that provides generation of pseudo-random integers. |
Résultat | System.Linq |
public RandomizeBalloonField ( IBalloon field ) : void | ||
field | IBalloon | The field. |
Résultat | void |