+ 1
Generate an id with python
How to generate random code of 125 numbers, string an specialchar
4 Respostas
+ 10
I am not really sure what you mean by transaction mode, but you can generate a 125-char string the way I proposed alright :)
+ 1
I'd use a randomizer function and a custom generated seed for it to make it random. Using the default seed(kerneltime, systime etc) won't generate a *random* output
0
Can I use that for id id my transaction model?