> On 3 Jun 2017, at 09:55, sebb wrote:
>
> On 3 June 2017 at 08:40, Gilles wrote:
>> Hi Duncan.
>>
>> Can we really say that "RandomStringBuilder instances
>> are _immutable_ [...] if using the default random number
>> generator"?
>> Calling "nextInt" on the instance returned by
>> ThreadLoca
On 3 June 2017 at 08:40, Gilles wrote:
> Hi Duncan.
>
> Can we really say that "RandomStringBuilder instances
> are _immutable_ [...] if using the default random number
> generator"?
> Calling "nextInt" on the instance returned by
> ThreadLocalRandom.current()
> does change some internal state..
Hi Duncan.
Can we really say that "RandomStringBuilder instances
are _immutable_ [...] if using the default random number
generator"?
Calling "nextInt" on the instance returned by
ThreadLocalRandom.current()
does change some internal state...
[IOW, unless I'm missing something, I think that "im