Viewing profile — sokrates85
sokrates85
HN member- Joined
- Thu, Sep 19, 2019, 3:08 PM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About sokrates85
No profile information was provided.
Recent public activity
-
comment
Comment #21133836
He made the claims but not sure if that paper ever appeared.
-
comment
Comment #21029997
I agree that the integer factorization is a poor choice. Last statement in the Abstract talks about sampling and optimization which could be the bigger point. Their pre-processing …
-
comment
Comment #21029966
x = rand() % 2 always gives a random number. You can't correlate them that way. Needs to be a tunable random number and technically needs to be "true" as mentioned. But I don't thi…