From cf9b3de8fcb590eed85112e3427b6223f643c90c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Faults replace instructions randomly. --- include/evolver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/evolver.h') diff --git a/include/evolver.h b/include/evolver.h index 15a4f64..ea26c58 100644 --- a/include/evolver.h +++ b/include/evolver.h @@ -12,6 +12,7 @@ sbyte se_getLastInst (void); sword se_getState (sword eidx); void se_setState (sword eidx, sword state); +void se_randomizeAt (sword addr); void se_cycle (void); #endif -- cgit v1.2.1