On Tuesday, June 3, 2014 4:56:26 PM UTC-5, Andy Fingerhut wrote:
>
> This ticket seems to be at least somewhat related to your questions:
>
>     http://dev.clojure.org/jira/browse/CLJ-1420
>
> Andy
>

Yes, thanks for finding that, Andy.  It looks like it would address the 
problem about accessing an RNG from distinct threads, and the discussion 
raises the issue of ability to reset the seed in order to replay 
experiments.

(Incidentally, I realized that comparing (map rand ...) and (pmap rand ...) 
might be a poor test, because rand might be too inexpensive to overcome the 
cost of thread setup by pmap.  I reported a better test in a post here 
<https://groups.google.com/d/msg/clojure/L8ZNHReaKzM/Fyi4RC6ASEkJ>.)

-- 
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.

Reply via email to