Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
thethirdone
on Sept 23, 2016
|
parent
|
context
|
favorite
| on:
Latacora: Security Programs For Startups
The problem is in the sort function. It expects the comparison to be deterministic and thus does not give the fully randomized list.
Instead giving each name a distinct value (between 0 and 1) and sort based on those values.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Instead giving each name a distinct value (between 0 and 1) and sort based on those values.