repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4ba6b
)
Silence eslint warning
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 29 Jan 2023 16:46:12 +0000
(17:46 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/benchmark-utils.js
b/benchmark-utils.js
index 121ef4ad375b6af43d43924677b070f88c024843..e39708b7cf3cfe1cf18b92e25bd1994567f01e26 100644
(file)
--- a/
benchmark-utils.js
+++ b/
benchmark-utils.js
@@
-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