Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomp
3726 days ago
"sequential" in the sense that if returned values are i1, i2, ..., in, then 0 <= i1 < i2 < ... < in <= N.
A MLCG will return numbers all over the place; sorting them will take an additional O(n log n) time.
1 comments
vrfcodf
3726 days ago
I see.
link