photo

Quentin Rebjock


Last seen: 18 dagen ago Active since 2024

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Parfor random numbers are not quite random
Suppose I run this code: clear; clc; k = 100000; v = zeros(k, 1); parfor i = 1:k v(i) = rand(); end size(uniq...

20 dagen ago | 2 answers | 0

2

answers