Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as OCaml by alex ( 16 years ago )
let shuffle list_to_shuffle =
  List.sort ( fun e1 e2 -> (Random.int 3)-1 ) list_to_shuffle
in

 

Revise this Paste

Your Name: Code Language: