Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "init_random_seed.h"
|
||||
|
||||
/* Fortran wrapper to seed the C library rand */
|
||||
void sgran_(void)
|
||||
{
|
||||
init_random_seed();
|
||||
}
|
||||
Reference in New Issue
Block a user