instance
Makes a new instance. False allows the new instance to keep using the same underlying source of random numbers.
Return
a new instance configured based on current instance
Parameters
new RNG
true means use new stream. This is same as instance(). False means clone uses same underlying source of randomness