>> This is fixed by the ideas of this pull request:
>> https://github.com/sympy/sympy/pull/1375.
>
> I'm confused about this - how does the PR avoid the use of an additional
> parameter?


The seed parameter feeds _randint or _randrange. When None, random
assigns its own seed; when an int, that acts as the seed; when a list,
the list becomes the source of values. So, for example, if a routine
needs two random integers and you want to manual specify those you
send those two ints in a list, e.g. seed=[1, 2[.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to