aboutsummaryrefslogtreecommitdiff
path: root/random.c (unfollow)
Commit message (Expand)Author
2023-02-26Be more careful with type of left operand of <<Ben Harris
2023-02-18Miscellaneous const fixesBen Harris
2013-04-13Giant const patch of doom: add a 'const' to every parameter in everySimon Tatham
2005-10-22Cleanup: rename random_init() to random_new(), because it actuallySimon Tatham
2005-08-01Various cleanups and clarifications to devel.but; some from RichardSimon Tatham
2005-06-01Miscellaneous fixes from James Harvey's PalmOS porting work:Simon Tatham
2005-05-30Mines now follows the conventional approach of offering a completelySimon Tatham
2005-05-30Initial checkin of my Minesweeper clone, which uses a solver duringSimon Tatham
2004-05-03The Windows RNG turns out to only give about 16 bits at a time. ThisSimon Tatham
2004-04-28Fix zillions of MSVC compiler warnings. Sigh.Simon Tatham
2004-04-26Further general development. Net is now playable, thoughSimon Tatham