> Two fun paradoxes that are in that rabbit hole:
>
> http://en.wikipedia.org/wiki/Bertrand_paradox_(probability)
> http://en.wikipedia.org/wiki/Borel%E2%80%93Kolmogorov_paradox

Hey, I never claimed it was the unique answer. I'm just saying that
anybody who asks Sage for a random binary word word could not expect
anything else but that.

And that it is actually a pretty cool feature. If you need to generate
random elements from the set [1,'hey', 'thing'] now you can do :

for e in Words([1,'hey', 'thing']).random_element():
   print e

That's coooooooooooooool :-P

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to