Re: [PATCH 2/7] remove randbits()
Dave Jones <[email protected]> Tue, 17 Mar 2015 10:30:46 -0400
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 16, 2015 at 01:25:41PM -0700, [email protected] wrote: > From: Tyson Smith <[email protected]> > > randbits() acts very much like rand() & rand() and does not > provide much value in this context. This function would likely > be more useful in a random bit mask scenario. Where are we doing rand() & rand() ? The changelog implies we're doing this elsewhere, and that this is duplication, but I'm not seeing it. Dave