Implemented the SHOW command and massaged the SET command to fit
[pspp-builds.git] / src / random.h
index 21aef7c96191cdac332a8a3aec0d4ded141de3f5..7ab723773d83a48e485425ec672d014a8ea40bda 100644 (file)
@@ -33,4 +33,8 @@ double rng_get_double_normal (struct rng *);
 
 struct rng *pspp_rng (void);
 
+/* Return a `random' seed by using the real time clock */
+unsigned long random_seed(void);
+
+
 #endif /* random.h */