ft_transcendence/pong/node_modules/@lukeed/csprng/browser/index.min.js
2023-05-02 19:15:50 +02:00

1 line
258 B
JavaScript

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(e["@lukeed/csprng"]={})}(this,(function(e){e.random=function(e){return crypto.getRandomValues(new Uint8Array(e))}}));