()
| 476 | } |
| 477 | |
| 478 | func genProcessRand() { |
| 479 | processRand = RandToken(20) |
| 480 | } |
| 481 | |
| 482 | // RandToken genererates (with crypto/rand.Read) and returns a token |
| 483 | // that is the hex version (2x size) of size bytes of randomness. |
nothing calls this directly
no test coverage detected