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
looking into this (@celestebetancur@nshaheed@gewang) we believe this is indeed due to rand2f using both ::random() and CK_RANDOM_MAX; the latter is determined by platform and may be inconsistent with ::random(); we plan to fix this post chuck-1.5, where we have a number of chugin evolutions on the roadmap.
chuck 1.4.2 appears to have broken Spectacle and Multicomb (RNG) by undefining RAND_MAX.
Seems like an opportunity to modernize and decouple. Both chugins want a rand2f function.
Here's a simple+modern+portable one.
The text was updated successfully, but these errors were encountered: