X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=mt.h;h=0edff68b62f1d639bb425c55abd83f32d7555d4c;hp=f7ac92a386842e9e677da1e950a7524ba1ce2510;hb=cd7fb220b16a73c15ff9dff7a5627bf78478875f;hpb=841f94c4182f8dff0253db9bae4922c3c9039a5f diff --git a/mt.h b/mt.h index f7ac92a..0edff68 100644 --- a/mt.h +++ b/mt.h @@ -1,10 +1,10 @@ #ifndef VOR_MT_H #define VOR_MT_H -#include +#include 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)