Skip to content

Commit 1fd6081

Browse files
Update probability/exponential_dist.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent a2bcdd4 commit 1fd6081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/exponential_dist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
#include<cmath> // For std::pow
15-
#include<cassert> // For asserting the test cases
15+
#include<cassert> // For assert
1616
#include<iostream> // For I/O operation
1717

1818
/**

0 commit comments

Comments
 (0)