Interface LTRandom

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String nextRandom()
      nextRandom will generate a random (secure) valid example of this Semantic Type.
      void seed​(byte[] seed)
      Seed the secure random number generator used to create examples.
    • Method Detail

      • nextRandom

        String nextRandom()
        nextRandom will generate a random (secure) valid example of this Semantic Type.
        Returns:
        a new valid example of the Semantic Type.
      • seed

        void seed​(byte[] seed)
        Seed the secure random number generator used to create examples.
        Parameters:
        seed - The Byte array used to seed the random number geerator.