@Override
  public float[] cycle(float[] S, int first, int second, int third, int fourth, int fifth) {
    float temp = S[first];
    S[first] = S[second];
    S[second] = S[third];