Silence eslint warning
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 29 Jan 2023 16:46:12 +0000 (17:46 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 29 Jan 2023 16:46:12 +0000 (17:46 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmark-utils.js

index 121ef4ad375b6af43d43924677b070f88c024843..e39708b7cf3cfe1cf18b92e25bd1994567f01e26 100644 (file)
@@ -12,7 +12,7 @@ function secureRandom () {
 /**
  *  Generate a cryptographically secure random number in the [0,1[ range
  *
- * @param
+ * @returns
  */
 function secureRandomWithRandomValues () {
   return crypto.getRandomValues(new Uint32Array(1))[0] / 0x100000000