ATP-Engine icon indicating copy to clipboard operation
ATP-Engine copied to clipboard

Enhanced Randomness through Seeding

Open FedericoMontini98 opened this issue 1 year ago • 1 comments

Made modifications to the files to infuse seed-based randomness into the Mersenne Twister algorithm, enhancing the random address functionality. A new parameter, ‘seed’, has been introduced in .atp files. In the absence of an explicitly set seed, ATP will autonomously generate an initial random seed using the random_device() function. However, if a seed is specified, it will be relayed to the random_generator class. This ‘seed’ parameter can be incorporated within the “RandomDesc” message. Given that “RandomDesc” is utilized for both Sizes and Addresses, it can be employed for either one, both, or none of them.

FedericoMontini98 avatar Sep 20 '24 08:09 FedericoMontini98

I should have solved the problems

FedericoMontini98 avatar Sep 20 '24 13:09 FedericoMontini98