lib/openstudio/templates/pivot_variable.json.erb in openstudio-analysis-0.3.6 vs lib/openstudio/templates/pivot_variable.json.erb in openstudio-analysis-0.3.7
- old
+ new
@@ -23,10 +23,10 @@
"type": "discrete_uncertain"
},
"units": "<%= @variable['units'] %>",
"value_type": "<%= @variable['type'] %>",
"variable_type": "RubyContinuousVariable",
- "uuid": "<%= UUID.new.generate %>",
- "version_uuid": "<%= UUID.new.generate %>"
+ "uuid": "<%= SecureRandom.uuid %>",
+ "version_uuid": "<%= SecureRandom.uuid %>"
}