6 lines
100 B
Kotlin
6 lines
100 B
Kotlin
package nl.astraeus.vst.string
|
|
|
|
actual fun randomDouble(): Double {
|
|
TODO("Not yet implemented")
|
|
}
|