I doesn't find Random class or Time Manipulation A...
# stdlib
v
I doesn't find Random class or Time Manipulation API on stdlib. For the moment stdlib is very small.
g
Random should be added soon to common stdlib https://youtrack.jetbrains.com/issue/KT-17261 For now you can use Java Random or for JS kotlin.js.Math.random() For date and time Kotlin Team announced separate common library. Again, for now just to use Date from Java or JSR310 (java 8 ) for JVM and native javascript date for JS
v
I know, i purpose a random implémentation to Kotlin Team.