Discussion:
Random Seeds
(too old to reply)
Brandon Walderman
2010-07-17 05:12:04 UTC
Permalink
It was mentioned in class the other day that our program doesn't need to
be "correct", or imitate our_euchre exactly. Do we still need to use
srand48() and lrand48() for our shuffle? Is it okay to use other
functions instead?

Thanks,

Brandon Walderman
Joanne Atlee
2010-07-17 21:35:53 UTC
Permalink
Post by Brandon Walderman
It was mentioned in class the other day that our program doesn't need to
be "correct", or imitate our_euchre exactly. Do we still need to use
srand48() and lrand48() for our shuffle? Is it okay to use other
functions instead?
Thanks,
Brandon Walderman
You can use other functions.

With respect to the functionality of your program, we'll be checking
that your program supports various steps of the human player (e.g.,
bidding, playing a card). See the first page of the project
specification for a complete list of these features. We won't be
checking that your computer player works correctly.



Jo

Loading...