Hacker News new | ask | show | jobs
by marssaxman 1165 days ago
> due to the nb and complexity of simultaneous conditions

Anybody willing to explain what "nb" stands for in this context?

2 comments

Number. Common abbreviation around Francophone programmers (see https://fr.wikipedia.org/wiki/NB: "L'abréviation Nb peut faire référence à : nombre")
Thank you! Never would have guessed that on my own.
Not sure but Naïve Bayes? It might be pointing out that their inputs used in the fuzzing is statistically independent and random that it wouldn't catch some edge cases in real world?