lib/openstudio/templates/uncertain_variable.json.erb in openstudio-analysis-0.3.6 vs lib/openstudio/templates/uncertain_variable.json.erb in openstudio-analysis-0.3.7

- old
+ new

@@ -38,8 +38,8 @@ }, "units": "<%= @variable['units'] %>", "value_type": "<%= @variable['type'] %>", "variable": true, "variable_type": "RubyContinuousVariable", - "uuid": "<%= UUID.new.generate %>", - "version_uuid": "<%= UUID.new.generate %>" + "uuid": "<%= SecureRandom.uuid %>", + "version_uuid": "<%= SecureRandom.uuid %>" }