Closed ChamzasKonstantinos closed 2 years ago
somethings wrong with dart? This is the error from the ci
Cannot add PPA: 'ppa:~dartsim/ubuntu/ppa'.
ERROR: '~dartsim' user or team does not exist.
somethings wrong with dart? This is the error from the ci
Cannot add PPA: 'ppa:~dartsim/ubuntu/ppa'. ERROR: '~dartsim' user or team does not exist.
Seems it was a random failure, I rerun the ci and seems to build now
Please update uniformSample
and other places that uniformInt was used to respect the new API.
Good catch, I fixed uniformSample
and verified its correct behavior with uniformVec
which samples uniformly from a vector with the following syntax RNG::uniformVec(vec);
Fixes #294