Browse Source

/dev/random -> /dev/urandom

Herbert Vojčík 12 years ago
parent
commit
b2865156a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/rnd

+ 1 - 1
bin/rnd

@@ -1,2 +1,2 @@
 #!/bin/sh
-head -c3 /dev/random | base64 | tr +/ -_
+head -c3 /dev/urandom | base64 | tr +/ -_