X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.h;fp=svrt.h;h=ff77fb9fae008ae34bb3d6a86b9beb4e78aad185;hp=94020c48cd12ce3bfb37e82af563abce99a2741e;hb=7e8301516e75c43d20c37b0392953aa7f9ca00e0;hpb=08ef6b7c332153cd72b7a225e27ee7af8882f313 diff --git a/svrt.h b/svrt.h index 94020c4..ff77fb9 100644 --- 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);