Searched refs:STAR_RADIUS_RANGE (Results 1 – 1 of 1) sorted by relevance
29 val STAR_RADIUS_RANGE = (1_000f..8_000f) in <lambda>() constant31 val PLANET_ORBIT_RANGE = (STAR_RADIUS_RANGE.endInclusive * 2f)..(UNIVERSE_RANGE * 0.75f) in <lambda>()134 radius = STAR_RADIUS_RANGE.endInclusive, in initTest()189 radius = rng.nextFloatInRange(STAR_RADIUS_RANGE) in initRandom()