aboutsummaryrefslogtreecommitdiff
path: root/src/utils/random.key.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/random.key.js')
-rw-r--r--src/utils/random.key.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/random.key.js b/src/utils/random.key.js
new file mode 100644
index 0000000..50e5293
--- /dev/null
+++ b/src/utils/random.key.js
@@ -0,0 +1,3 @@
+export const RandomKey = {
+ generate : ()=> parseInt(Math.random()*Math.pow(10,12),10)
+}; \ No newline at end of file