ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

Home Page:https://zelark.github.io/nano-id-cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nano ID Giving Same Random Number Each Time...

Be1newinner opened this issue · comments

var nanoid = customAlphabet('1234567890', 6);

var random = nanoid;

it returning same otp for a limited time...

image

Edited : removed random number it still gives the same random number each time...

What random do you use in this example?