(import [tools [*]]) (import rounder) (import random) (print "{") (for [n (range 24)](note-ly (rounder.myround (random.uniform 0 12.0)))) (print "}")