Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. fun mix(amount : Int){
  2. val funcs = arrayOf("transponding()" , "swapRowsSmall()",
  3. "swapRowsArea()","swapColumnArea()","swapColumnsSmall()")
  4.  
  5. for (i in 0..amount){
  6. eval(funcs[Random().nextInt( (funcs.size - 0) + 0)])
  7. }
  8. }
Add Comment
Please, Sign In to add comment