Class RandomValue

    • Constructor Detail

      • RandomValue

        public RandomValue​(ru.ispras.fortress.randomizer.Variate<?> variate)
      • RandomValue

        public RandomValue​(java.math.BigInteger min,
                           java.math.BigInteger max)
    • Method Detail

      • getValue

        public java.math.BigInteger getValue()
        Specified by:
        getValue in interface Value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object