X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.h;h=ff77fb9fae008ae34bb3d6a86b9beb4e78aad185;hp=94020c48cd12ce3bfb37e82af563abce99a2741e;hb=15f2d2cf0a655234cfa435789e26238b95f5a371;hpb=51d45bec8caf5896a113e79475abd7d2df4a646d 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);