advanced code snippet search
inkdeep on 03/10/10
random ruby boolean
03/10/10 06:44pm
class CoinToss # there has got to be a better way def tf aux = [true,false] aux[rand(2)] endend
Report this snippet Tweet
Comment:
You need to login to post a comment.