You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ~6 centuries of work are needed in order to have a 1% probability of at least one collision with the default id length (11 symbols) when generating 100,000 ids per hour.
*
* ```js
* import { mgid } from 'megaid'
* const id = mgid() //=> "ϻYPnnϧϔλ7jO"
* ```
*
* @param length length of the ID, default length is 11 symbols.