JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, didn't fix bang dots correctly.
[vor.git] / mt.h
diff --git a/mt.h b/mt.h
index f7ac92a..0edff68 100644 (file)
--- a/mt.h
+++ b/mt.h
@@ -1,10 +1,10 @@
 #ifndef VOR_MT_H
 #define VOR_MT_H
 
-#include <stdint.h>
+#include <inttypes.h>
 
 void init_mt(uint32_t s);
-uint32_t irnd(void); // [0, 0xfffffff]
+uint32_t urnd(void); // [0, 0xfffffff]
 float frnd(void);  // [0, 1)
 float crnd(void);  // [-0.5, 0.5)