List.shuffle is not working in k/n?
# kotlin-native
a
List.shuffle is not working in k/n?
g
Nope, only on JVM, there is a proposal to bring random to common stdlib
a
i really need it
o
this probably better be asked on more generic channel. But is shall be easy to write as an extension method using
platform.posix.random
as random number generator