Re: [deal.II] Adding random filling functionality to vector classes

2019-08-14 Thread Wolfgang Bangerth
On 8/14/19 4:24 AM, Michał Wichrowski wrote: > > It nothing big, but I thing adding method fill_random(const double& a=-1., > const double =1.) to vector classes that will fill a vector with random > values (from range [a,b]) would be useful. I'm using it in most of my > programs,  it's great

[deal.II] Adding random filling functionality to vector classes

2019-08-14 Thread Michał Wichrowski
Dear all, It nothing big, but I thing adding method fill_random(const double& a=-1., const double =1.) to vector classes that will fill a vector with random values (from range [a,b]) would be useful. I'm using it in most of my programs, it's great for testing solvers, especially multigrid