repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3afd76
)
Refine a method documentation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:56:51 +0000
(09:56 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:56:51 +0000
(09:56 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/utils/Utils.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Utils.ts
b/src/utils/Utils.ts
index c94d9397b52c77e975ad49738f4702c6c48aba83..71a4bb30a80e6fe57928012bde2d4084764658df 100644
(file)
--- a/
src/utils/Utils.ts
+++ b/
src/utils/Utils.ts
@@
-235,7
+235,7
@@
export default class Utils {
}
/**
- * Generate a cryptographically secure number in the [0, 1[ range
+ * Generate a cryptographically secure
random
number in the [0, 1[ range
*
* @returns
*/