aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/random.h')
-rw-r--r--src/vppinfra/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/random.h b/src/vppinfra/random.h
index 5c139d05490..bceab419567 100644
--- a/src/vppinfra/random.h
+++ b/src/vppinfra/random.h
@@ -167,6 +167,8 @@ random_string (u32 * seed, uword len)
return s;
}
+f64 clib_chisquare (u64 * values);
+
#endif /* included_random_h */
/*