decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
731 stars 289 forks source link

rand: Uppercase N in half-open-range funcs #3375

Closed jrick closed 1 month ago

jrick commented 1 month ago

To match the naming used by math/rand/v2, as well as staying consistent with the already existing funcs IntN/UintN, uppercase all other Ns in the *{32,64}N functions.