~aleteoryx/tclircc

ref: 59555e2c6591b0f33ae0aa5e91c63a02f797e8e6 tclircc/src/util.tcl -rw-r--r-- 137 bytes
59555e2cAleteoryx ui work, prepping for network add ui 11 days ago
                                                                                
1
2
3
4
5
set randchan [tcl::chan::random [tcl::randomseed]]
proc rand_hex {} {
  global randchan
  return [binary encode hex [read randchan 8]]
}