Y
Hacker News
new
|
ask
|
show
|
jobs
by
ed-209
540 days ago
why use a static seed on the random generator and could that be making this appear more interesting than it might otherwise?
1 comments
jfengel
540 days ago
The idea is sound. The static seed is presumably so the results are repeatable, but it works for true randomness. (Assuming you were permitted to do it this way, which you wouldn't be.)
link