Return randomized hashed path under the temp dir
npm install os-random-tmpdir> Return randomized hashed path under the temp dir. It is extension of os-tmpdir
```
$ npm install --save os-random-tmpdir
`js
const randomTmpdir = require('os-random-tmpdir');
randomTmpdir('PREFIX');
//=> /var/folders/wf/bjnghq1d7k15dxmw2sw4h4yh0000gp/T/PREFIX/da4f8ecb4d66f2f50ae04e25dfcbcf03
`
#### prefix
Type: string`
return path with prefix subpath
MIT © Jimmy Moon