splitRegion

private fun splitRegion(regionToSplit: Region, firstPercent: Int): Pair<Region, Region>

Splits a region in 2, with the first having firstPercent of total fertility

Sources

jvm source
Link copied to clipboard