All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fulrich.generators.numerics.DoubleGenerators.scala Maven / Gradle / Ivy

package com.github.fulrich.generators.numerics


object DoubleGenerators extends NumericGenerator[Double] {
  override val Minimum: Int = Double.MinValue.toInt
  override val TinyMaximum: Int = 25
  override val ShortMaximum: Int = 1000
  override val DefaultMaximum: Int = 25000
  override val BigMaximum: Int = 250000
  override val HugeMaximum: Int = Double.MaxValue.toInt
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy