View Single Post
  #47 (permalink)  
Old 30th April 2006, 09:43 AM
jsp377 jsp377 is offline
Fully Registered
 
Join Date: Jul 2005
Location: Williamsburg, VA
Posts: 39
WTGs: 0
WTGd at 0 Times in 0 Posts
Thanks: 10
Thanked 8 Times in 5 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Reputation Points: 60
Rep Power: 14
jsp377 is on a distinguished road
Quote:
Originally Posted by Achenar
ok someone tell me what random means?
Random mean it done with algorithm algorithm is done with a set on instructions.so that tell me all.Also that sya it can be perdictable.so random or randomly isnt what people think it is.
It's close enough to random that there's no measurable difference. Yes, algorithms are deterministic, but you can structure them so that their behavior may as well be considered random. See the code at this link, specifically rng.c, to see just one way of how it's done in C. The mathematical reasoning behind it can be found here (warning: pdf).

EDIT: I should also thank the OP. Excellent post, thanks for making us all aware.