We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfaead9 + 172ac70 commit e483679Copy full SHA for e483679
scripts/docker_entrypoint.sh
@@ -6,7 +6,7 @@ randomhex() {
6
if [ -z "${size}" ]; then
7
size=32
8
fi
9
- local val=$(hexdump -e '4/4 "%08x"' -n${size} /dev/random)
+ local val=$(hexdump -e '4/4 "%08x"' -n${size} /dev/urandom)
10
echo ${val}
11
}
12
0 commit comments