build(deps-dev): apply updates
[benchmarks-js.git] / benchmark-utils.js
index c12324396345ccee7e4da71d6898798c5c555077..a9dd58713e5edc4ae244a4098219660032d79e16 100644 (file)
@@ -2,7 +2,6 @@ const crypto = require('crypto')
 
 /**
  * Generate a cryptographically secure random number in the [0,1[ range
- *
  * @returns
  */
 function secureRandom () {
@@ -11,7 +10,6 @@ function secureRandom () {
 
 /**
  *  Generate a cryptographically secure random number in the [0,1[ range
- *
  * @returns
  */
 function secureRandomWithRandomValues () {