You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C library: model rand, rand_r so as not to return negative numbers
The modelling remains over-approximating as we return a
non-deterministic value rather than some sequence of random numbers.
Still, we should not be returning a negative number.
0 commit comments