nat: use correct data types for memory sizes
[vpp.git] / src / vppinfra / random.h
index 5c139d0..bceab41 100644 (file)
@@ -167,6 +167,8 @@ random_string (u32 * seed, uword len)
   return s;
 }
 
+f64 clib_chisquare (u64 * values);
+
 #endif /* included_random_h */
 
 /*