Added svrt.seed(long).
[pysvrt.git] / svrt.h
diff --git a/svrt.h b/svrt.h
index 94020c4..ff77fb9 100644 (file)
--- a/svrt.h
+++ b/svrt.h
@@ -27,4 +27,6 @@ THByteStorage *compress(THByteStorage *x);
 
 THByteStorage *uncompress(THByteStorage *x);
 
+void seed(long s);
+
 THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);