/* This file is part of "Interface Fractures III - Silicon". Copyright (c) 2015 Luka Prinčič, All rights reserved. This program is free software distributed under GNU General Public Licence. See COPYING for more info. - - - - - - - - - - - - - - - - - - - - - - - - - - - - functions.pde */ // function to shuffle an array of integers void shuffle(int[] a) { int temp, pick; for(int i=0; i