Just saw a tweet from Stuart Halloway pointing to the function which generates ramsom uri's, https://github.com/clojure/clojure/commit/1109dd4eafd95c169add38dd0051be413d9e49d0 I would argue that this function does not generate random-enough values: 1) you only generate urls using the http-protocol 2) you only generate urls with the most common three-letter tld 3) you do not generate urls with subdomains 4) there is no path on the url, only a domain name.
I understand that I'm at liberty to write my own generator for uri's, but I would suggest that the standard implementation generate something a bit more random than http://gshhs-udus-kshhs-zush.com Erik. -- i farta -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.