createGuid()
        Creates a Globally unique identifier (GUID) string.  A GUID is 128 bits long, and can guarantee uniqueness across space and time.
    
    
    
    
    
    
    
    
    
    
    
    
    
Example:
this.guid = Cesium.createGuid();See:
        Source: 
        Core/createGuid.js, line 15
    
    
