public static interface GrowingTreeMazeGenerator.ChoosingMethod
Modifier and Type | Method and Description |
---|---|
int |
chooseIndex(int size)
Given the size to choose from, will return a single value smaller than the passed in value and greater than
or equal to 0.
|
int chooseIndex(int size)
size
- Copyright © 2012–2016. All rights reserved.