Index: /issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp
===================================================================
--- /issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp	(revision 16967)
+++ /issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp	(revision 16968)
@@ -545,4 +545,5 @@
 	FetchData(&bamgopts->omega,mxGetField(dataref,0,"omega"));
 	FetchData(&bamgopts->power,mxGetField(dataref,0,"power"));
+	FetchData(&bamgopts->random,mxGetField(dataref,0,"random"));
 	FetchData(&bamgopts->verbose,mxGetField(dataref,0,"verbose"));
 
Index: /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp	(revision 16967)
+++ /issm/trunk-jpl/src/wrappers/python/io/FetchPythonData.cpp	(revision 16968)
@@ -689,4 +689,5 @@
 	FetchData(&bamgopts->omega,PyDict_GetItemString(py_dict,"omega"));
 	FetchData(&bamgopts->power,PyDict_GetItemString(py_dict,"power"));
+	FetchData(&bamgopts->random,PyDict_GetItemString(py_dict,"random"));
 	FetchData(&bamgopts->verbose,PyDict_GetItemString(py_dict,"verbose"));
 
