unknown301
New member
- Joined
 - Dec 21, 2019
 
- Messages
 - 3
 
To solve for variable d, given that
variable x & y are random numbers
and variable z is calculated by "x % y" or "mod(x, y)"
Is there any way to calculate variable d with the unknown algorithm being used? (with list of known solutions + the solution could be validated by calculating some of the known solution and have the same result of variable d)

				
			variable x & y are random numbers
and variable z is calculated by "x % y" or "mod(x, y)"
Is there any way to calculate variable d with the unknown algorithm being used? (with list of known solutions + the solution could be validated by calculating some of the known solution and have the same result of variable d)

				