-
- Downloads
Restrict sample values of the Laplace distribution to int64_t.
This helps avoid undefined behavior from casting big double values to int64_t. Fixes #14090.
Loading
Please register or sign in to comment
This helps avoid undefined behavior from casting big double values to int64_t. Fixes #14090.