summaryrefslogtreecommitdiffstats
path: root/src/aig/fra/fraHot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/fra/fraHot.c')
-rw-r--r--src/aig/fra/fraHot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/aig/fra/fraHot.c b/src/aig/fra/fraHot.c
index 222f5bcc..b2156193 100644
--- a/src/aig/fra/fraHot.c
+++ b/src/aig/fra/fraHot.c
@@ -333,7 +333,8 @@ void Fra_OneHotEstimateCoverage( Fra_Man_t * p, Vec_Int_t * vOneHots )
// generate random sim-info at register outputs
vSimInfo = Vec_PtrAllocSimInfo( nRegs + 1, nSimWords );
- srand( 0xAABBAABB );
+// srand( 0xAABBAABB );
+ Aig_ManRandom(1);
for ( i = 0; i < nRegs; i++ )
{
pSim1 = Vec_PtrEntry( vSimInfo, i );