Re: [MATH][GENETICS][PR-199] Decision on use and customization of RNG functionality for randomization

2021-12-21 Thread Gilles Sadowski
Hello. Le mar. 21 déc. 2021 à 16:21, Avijit Basak a écrit : > > Hi All > > Please see my comments. Sorry for the delayed response. > > >Several problems with this approach (raised in previous messages IIRC): > >1. Potential performance loss in sharing the same RNG instance. > -- As per my

Re: [MATH][GENETICS][PR-199] Decision on use and customization of RNG functionality for randomization

2021-12-21 Thread Avijit Basak
Hi All Please see my comments. Sorry for the delayed response. >Several problems with this approach (raised in previous messages IIRC): >1. Potential performance loss in sharing the same RNG instance. -- As per my understanding ThreadLocalRandomSource creates separate instances of Uniform