Answer the question
In order to leave comments, you need to log in
How to make a random number generator in Delphi so that it is at least 128 bits?
It is necessary to implement a method for generating random numbers of at least 128 bits. Output their decimal representation. Generate mono in chunks of 32 bits. At first I did it through random, but here's something I doubt that it will be right. Does anyone know how this can be done?
Answer the question
In order to leave comments, you need to log in
How to make a random number generator?
everything is correct. just don't forget about randomize. otherwise you will always get the same values after each restart of the program
And how can I make it always have a different number? And then the first 2 digits are always the same ...
You still can't get 100% random. And so - to generate in parts, do not forget about randomize and then glue from parts.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question