Here is what I am currently doing:
a = trues(100)for i in 1:length(a) a[i] = rand()>0.5 ? true : falseend
Is there a better (faster) solution?
Aucun commentaire:
Enregistrer un commentaire