We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19711d commit 08692a1Copy full SHA for 08692a1
src/utils/random.h
@@ -34,6 +34,8 @@
34
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
35
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
*/
37
+#ifndef RANDOM_H_8106af9ed98c
38
+#define RANDOM_H_8106af9ed98c
39
40
#ifndef __cplusplus
41
#include <stdint.h>
@@ -50,3 +52,4 @@ double ug_drand(void);
50
52
#ifdef __cplusplus
51
53
}
54
#endif
55
+#endif // RANDOM_H_8106af9ed98c
0 commit comments