Bogus v12.0.1 Release Notes

  • ๐Ÿš€ Release Date: 2017-03-27

    • ๐ŸŽ PR 64: Improved .PickRandom(IEnumerable) performance. Thanks @chuuddo.
    • โž• Added "string".ClampLength(max,min) extension method to clamp length of strings between min and max.
    • ๐Ÿ›  Issue 67: Fixed Randomizer.Int(int.MaxValue, int.MinValue) range overflow not returning random int32 values.