Searched refs:NUM_PLANETS_RANGE (Results 1 – 1 of 1) sorted by relevance
28 val NUM_PLANETS_RANGE = 1..10 in <lambda>() constant138 repeat(NUM_PLANETS_RANGE.last) { in initTest()139 val thisPlanetFrac = it.toFloat() / (NUM_PLANETS_RANGE.last - 1) in initTest()192 repeat(rng.nextInt(NUM_PLANETS_RANGE.first, NUM_PLANETS_RANGE.last + 1)) { in initRandom()