maths api changes and random
[vg.git] / vg.h
diff --git a/vg.h b/vg.h
index 6cbcb960324c061076b777a875a9160878dfd672..62651c0277e9a249d6364d5fbdf760db61c6383b 100644 (file)
--- a/vg.h
+++ b/vg.h
@@ -862,6 +862,7 @@ VG_STATIC void _vg_terminate(void)
 
 VG_STATIC void vg_enter( int argc, char *argv[], const char *window_name )
 {
+   vg_rand_seed( 461 );
    _vg_process_launch_opts_internal( argc, argv );
 
    /* Systems init */