Object/Trait

com.github.mwegrz.scalautil.random

Generator

Related Docs: trait Generator | package random

Permalink

object Generator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Generator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def booleans: Generator[Boolean]

    Permalink
  6. def byteLists(size: Int): Generator[List[Byte]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def emptyLists: Generator[Nil.type]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def floats(mean: Float, variance: Float): Generator[Float] { val rand: scala.util.Random }

    Permalink
  13. val floats: Generator[Float] { ... /* 2 definitions in type refinement */ }

    Permalink
  14. def frequencyLists[T](size: Int): Generator[List[Float]]

    Permalink
  15. def frequencyOneOf[T](xs: (T, Float)*): Generator[T]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def integers(mean: Int, variance: Int): Generator[Int] { val rand: scala.util.Random }

    Permalink
  19. val integers: Generator[Int] { ... /* 2 definitions in type refinement */ }

    Permalink
  20. def integersBetween(lowest: Int, highest: Int): Generator[Int]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def iteratedOneOf[T](xs: T*): Generator[T]

    Permalink
  23. def lists: Generator[List[Int]]

    Permalink
  24. def longs(mean: Long, variance: Long): Generator[Long] { val rand: scala.util.Random }

    Permalink
  25. val longs: Generator[Long] { val rand: scala.util.Random }

    Permalink
  26. def longsBetween(lowest: Long, highest: Long): Generator[Long]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def nonEmptyLists: Generator[List[Int]]

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def oneOf[T](xs: T*): Generator[T]

    Permalink
  32. def pairs[T, U](t: Generator[T], u: Generator[U]): Generator[(T, U)]

    Permalink
  33. def sequence[A, M[X] <: TraversableOnce[X]](in: M[Generator[A]])(implicit cbf: CanBuildFrom[M[Generator[A]], A, M[A]]): Generator[M[A]]

    Permalink
  34. def single[T](x: T): Generator[T]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withFrequency[T](list: List[T]): Generator[List[(T, Float)]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped