Skip to content

Commit bb72e7d

Browse files
committed
fixup! random: Split the implementation of γ-section into its own file
1 parent 270186f commit bb72e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/random/gammasection.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include "php.h"
2424
#include "php_random.h"
25+
#include <math.h>
2526

2627
/* This file implements the γ-section algorithm as published in:
2728
*

0 commit comments

Comments
 (0)