my application need use python generate a constant Unique id for run machine.
the constant Unique id mean is :
anytime in the same machine ,generate Unique id is always the SAME Unique id.
(maybe like system uuid,but my application not run root,cant't get system-uuid).
btw,i think python uuid model not good for me:
uuid1():use time,gen a uuid,this is not a constant Unique id
uuid3():cant use some string gen a uuid,but this uuid same in any machine.
Thanks!
the same machine: The same cpu+motherboard+OS instalation+same disk.
action :
uuid1():use time gen a uuid,this is not a constant Unique id