X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.h;h=e8c3f375700b1d78b3c4ad570eee8292367e1203;hp=94020c48cd12ce3bfb37e82af563abce99a2741e;hb=HEAD;hpb=51d45bec8caf5896a113e79475abd7d2df4a646d diff --git a/svrt.h b/svrt.h index 94020c4..e8c3f37 100644 --- a/svrt.h +++ b/svrt.h @@ -19,7 +19,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ @@ -27,4 +27,6 @@ THByteStorage *compress(THByteStorage *x); THByteStorage *uncompress(THByteStorage *x); +void seed(long s); + THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);