java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.handshake.MySQLRandomGenerator

public final class MySQLRandomGenerator extends Object
Random generator for MySQL.
  • Constructor Details

    • MySQLRandomGenerator

      public MySQLRandomGenerator()
  • Method Details

    • generateRandomBytes

      public byte[] generateRandomBytes(int length)
      Generate random bytes.
      Parameters:
      length - length for generated bytes.
      Returns:
      generated bytes