zhuxyu
Results
1
issues of
zhuxyu
I think there was an error in brief.jl, the default value range of rand() is [0,1), so I think in the random_unfiorm function, rand() should be changed to (rand().-0.5) *...