~aleteoryx/tclircc

ref: d9dba48bb3776c131cd883aaac358a3c26d24381 tclircc/src/util.tcl -rw-r--r-- 137 bytes
d9dba48bAleteoryx forms! 9 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]]
}