This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import kotlin.math.floor | |
import kotlin.math.max | |
import kotlin.math.min | |
import kotlin.math.round | |
import kotlin.random.Random | |
const val N = 10000 | |
const val rho = 0.0 | |
const val minD = 0 | |
const val maxD = 1000 |