make loop counter volatile to prevent gcc4.1 from optimizing away entire loop body
[pintos-anon] / src / lib / random.c
2006-01-04 Ben PfaffHelpful comment.
2004-09-03 Ben PfaffComments.
2004-09-01 Ben PfaffMisc cleanups in init, thread.
2004-09-01 Ben PfaffAdd assert.
2004-08-31 Ben PfaffAllow user to provide random seed to random_init().
2004-08-16 Ben PfaffInitial revision