Yes, that fix needs to be made, patch welcome. I also have considered
making a protocol for random so that (1) other impls can be used and (2)
easier to port to ClojureScript.

Stu


On Thu, Dec 6, 2012 at 9:15 AM, Asim Jalis <asimja...@gmail.com> wrote:

> On Thu, Dec 6, 2012 at 5:40 AM, Stuart Sierra <the.stuart.sie...@gmail.com
> > wrote:
>
>> The data.generators library has versions of these functions that use a
>> fixed seed and a rebindable Random instance.
>>
>> https://github.com/clojure/data.generators
>
>
> Looking at
> https://github.com/clojure/data.generators/blob/master/src/main/clojure/clojure/data/generators.cljcan
>  *seed* on line 22 be eliminated, since the only way to change the
> underlying seed is to generate a new Random object and bind it to *rnd*?
>
> Asim
> --
> http://metaprose.com
>
> --
> 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 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

Reply via email to