Page 1 of 1
Random dice
Posted: Thu Jul 25, 2013 10:28 am
by enric
Can we trust that this is really a random 1-6 (in MP)?
d1 = Rand (1,6);
Re: Random dice
Posted: Thu Jul 25, 2013 3:32 pm
by pipfromslitherine
Yes. So long as you ensure MP safety (e.g. the same thing happens on all machines in the same order) then the results will be the same on each machine.
Cheers
Pip