Nim
Nim copied to clipboard
initRand() has 2 identical entries in docs
trafficstars
https://nim-lang.org/docs/random.html#initRand%2Cint64
https://nim-lang.org/docs/random.html#initRand%2Cint64_2
the second one can be deleted , it's identical to the first .
this was already reported last year in https://github.com/nim-lang/Nim/issues/23051 and closed as completed , but the committed fixes didn't solve it . the second unnecessary double entry is still there .