bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.51k stars 483 forks source link

Correct the description of Random.ULong in README.md #549

Closed logiclrd closed 2 months ago

logiclrd commented 2 months ago

Just noticed that README.md has a copy/paste error, stating that Randomizer's ULong method returns a value between -128 and 127, like SByte. The XML docs in the code do not have this error, just the README.

bchavez commented 2 months ago

Cool! nice find. thank you very much! 👍 😸