package knights_tour

  1. Overview
  2. Docs

Utility functions for randomizing things.

val list : 'a list -> 'a list

Takes a list of elements and returns a random permutation of that list.