X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsn_random.h;h=087fcb004a5aeabff0a763eb5ea2d091a4dbae30;hb=0fc40afb5a375236b6d7af3f27b27b21c89c9779;hp=94a9be56319e5a7e1409782d738ea335e6207c35;hpb=b1632a807fc2166da35bb6b59d60738d4db24627;p=sort-networks.git diff --git a/src/sn_random.h b/src/sn_random.h index 94a9be5..087fcb0 100644 --- a/src/sn_random.h +++ b/src/sn_random.h @@ -23,6 +23,8 @@ #ifndef SN_RANDOM_H #define SN_RANDOM_H 1 +int sn_random_init (void); + int sn_random (void); int sn_true_random (void);