• Amro's avatar
    fix randMVNormal in ML (#5469) · 13a0a37e
    Amro authored
    Fix the failed assertion by replacing the GEMM call.
    
    Also random numbers are generated from normal distribution ~N(0,1),
    instead of uniform distribution ~U(0,1).
    13a0a37e
inner_functions.cpp 5.85 KB