View Single Post
  #145  
Old 01-05-2007, 04:10 AM
jbs jbs is offline
Member
 
Join Date: Nov 2003
Posts: 32
Default Re: 7 Card Hand Evaluators

Ray,

Random hands are useful for sampling situations where its impractical to do a full enumeration. While its true that a million hands isn't that much slower in absolute terms, think about what happens with a billion hands or more.

This is not to take anything away from your algorithm. Its a huge improvement for enumeration, just not appropriate for every application. Nothing wrong with that.
Reply With Quote