nonce.js 72 Bytes
define( function() {
	"use strict";

	return { guid: Date.now() };
} );