Searched refs:cohortMasterAssignment (Results 1 – 1 of 1) sorted by relevance
368 int cohortMasterAssignment = Math.abs(cohortDrbgBytes.getInt()) % MAX_COHORTS; in Encoder() local369 this.cohort = cohortMasterAssignment & (numCohorts - 1); in Encoder()