🇺🇦
I stand with Ukraine
Pinned Loading
-
-
-
UUID v4 by windows batch license: CC0
UUID v4 by windows batch license: CC0 1set /A a=%RANDOM% * 0x1000 / 0x8000
2set /A b=%RANDOM% * 0x1000 / 0x8000
3set /A c=%RANDOM% * 0x100 / 0x8000
4set /A d=%RANDOM% * 0x100 / 0x8000
5set /A e=%RANDOM% * 0x1000 / 0x8000
-
secure UUID v4 license: CC0
secure UUID v4 license: CC0 1function uuidgen(){
2let r = crypto.getRandomValues( new Uint8Array( 16 ) )
3let R = 0n;
4for( let i = 0n; i < r.length; i ++ ){
5R += BigInt( r[ i ] ) * 0x100n ** i;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.