Deal cards for FreeCell: Difference between revisions

(Added F#)
Line 1,104:
 
=={{header|F#}}==
The deal for this one is a little arduous, as we're using a list and maintain an immutable state. Of course, an array could be used, but what's the fun intin that?
<lang fsharp>
let msKindaRand seed =
Anonymous user