``` clojure ( (juxt (partial apply min)(partial apply max)) (take 100000 (map noise1 (iterate (partial + (rand)) (rand 100000))))) ;;=> [-0.6310094734594794 0.631009462592625] ``` maybe NORM const should be accessible to the user?