X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.c;h=d1341b62b724db7d89d83ec54e205c787cd5e9f3;hp=102084b6f8c565ed2f175cfe5548223f7bf12b20;hb=15f2d2cf0a655234cfa435789e26238b95f5a371;hpb=51d45bec8caf5896a113e79475abd7d2df4a646d diff --git a/svrt.c b/svrt.c index 102084b..d1341b6 100644 --- a/svrt.c +++ b/svrt.c @@ -86,6 +86,10 @@ THByteStorage *uncompress(THByteStorage *x) { return result; } +void seed(long s) { + srand48(s); +} + THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels) { struct VignetteSet vs; long nb_vignettes;