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

scalaprops.Platform.scala Maven / Gradle / Ivy

package scalaprops

private[scalaprops] object Platform {
  def minSuccessful = 50
  def randFromLong(seed: Long) = TinyMT32.getDefault(seed)
  def randFromInt(seed: Int) = TinyMT32.getDefault(seed)
  def genSize = 50
  def className[A](clazz: Class[A]) = clazz.getSimpleName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy