[go-nuts] Re: Random Number Generation in a given range

2017-07-09 Thread alok . singh
A python like range utility which can be used for this https://github.com/alok87/goutils/blob/master/pkg/random/random.go ```random.RangeInt(2, 100, 3)``` On Wednesday, March 28, 2012 at 5:43:55 AM UTC+5:30, Guillermo Estrada wrote: > > Hi, I've been reading some posts but I still have the same

Re: [go-nuts] Re: Random Number Generation in a given range

2017-07-10 Thread alok . singh
yep you are right ! fixed it thanks https://github.com/alok87/goutils/commit/9f5f19a65eedf1bc9be82ec3f3b42c92142b2b8e On Monday, July 10, 2017 at 8:15:13 PM UTC+5:30, Jan Mercl wrote: > > > On Mon, Jul 10, 2017 at 4:41 PM Alok Kumar Singh > wrote: > > > in my usecasei