export const RandomKey = { generate : ()=> parseInt(Math.random()*Math.pow(10,12),10) };