com.nicta.rng

Rng

Related Docs: trait Rng | package rng

object Rng

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Rng
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. implicit val RngMonad: Monad[Rng]

  5. implicit def RngMonoid[A](implicit M: Monoid[A]): Monoid[Rng[A]]

  6. implicit def RngSemigroup[A](implicit S: Semigroup[A]): Semigroup[Rng[A]]

  7. def alpha: Rng[Char]

  8. def alphanumeric: Rng[Char]

  9. def alphanumerics(z: Size): Rng[List[Char]]

  10. def alphanumerics1(z: Size): Rng[NonEmptyList[Char]]

  11. def alphanumericstring(z: Size): Rng[String]

  12. def alphanumericstring1(z: Size): Rng[String]

  13. def alphas(z: Size): Rng[List[Char]]

  14. def alphas1(z: Size): Rng[NonEmptyList[Char]]

  15. def alphastring(z: Size): Rng[String]

  16. def alphastring1(z: Size): Rng[String]

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def boolean: Rng[Boolean]

  19. def byte: Rng[Byte]

  20. def char: Rng[Char]

  21. def chars(z: Size): Rng[List[Char]]

  22. def chars1(z: Size): Rng[NonEmptyList[Char]]

  23. def choosedouble(l: Double, h: Double): Rng[Double]

  24. def choosefloat(l: Float, h: Float): Rng[Float]

  25. def chooseint(l: Int, h: Int): Rng[Int]

  26. def chooselong(l: Long, h: Long): Rng[Long]

  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def digit: Rng[Digit]

  29. def digits(z: Size): Rng[List[Digit]]

  30. def digits1(z: Size): Rng[NonEmptyList[Digit]]

  31. def distribute[F[_], B](a: Rng[F[B]])(implicit D: Distributive[F]): F[Rng[B]]

  32. def distributeK[F[_], A, B](a: Rng[Kleisli[F, A, B]])(implicit arg0: Distributive[F]): Kleisli[F, A, Rng[B]]

  33. def distributeR[A, B](a: Rng[(A) ⇒ B]): (A) ⇒ Rng[B]

  34. def distributeRK[A, B](a: Rng[(A) ⇒ B]): Kleisli[Rng, A, B]

  35. def double: Rng[Double]

  36. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def float: Rng[Float]

  40. def frequency[A](x: (Int, Rng[A]), xs: (Int, Rng[A])*): Rng[A]

  41. def frequencyL[A](x: NonEmptyList[(Int, Rng[A])]): Rng[A]

  42. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  44. def identifier(z: Size): Rng[NonEmptyList[Char]]

  45. def identifierstring(z: Size): Rng[String]

  46. def insert[A](a: A): Rng[A]

  47. def int: Rng[Int]

  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def long: Rng[Long]

  50. def lower: Rng[Char]

  51. def lowers(z: Size): Rng[List[Char]]

  52. def lowers1(z: Size): Rng[NonEmptyList[Char]]

  53. def lowerstring(z: Size): Rng[String]

  54. def lowerstring1(z: Size): Rng[String]

  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. def negativedouble: Rng[Double]

  57. def negativefloat: Rng[Float]

  58. def negativeint: Rng[Int]

  59. def negativelong: Rng[Long]

  60. def nextbits(n: Int): Rng[Int]

  61. final def notify(): Unit

    Definition Classes
    AnyRef
  62. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  63. def numeric: Rng[Char]

  64. def numerics(z: Size): Rng[List[Char]]

  65. def numerics1(z: Size): Rng[NonEmptyList[Char]]

  66. def numericstring(z: Size): Rng[String]

  67. def numericstring1(z: Size): Rng[String]

  68. def oneof[A](a: A, as: A*): Rng[A]

  69. def oneofL[A](x: NonEmptyList[A]): Rng[A]

  70. def oneofV[A](x: OneAnd[Vector, A]): Rng[A]

  71. def pair[A, B](a: Rng[A], b: Rng[B]): Rng[(A, B)]

  72. def positivedouble: Rng[Double]

  73. def positivefloat: Rng[Float]

  74. def positiveint: Rng[Int]

  75. def positivelong: Rng[Long]

  76. def propernoun(z: Size): Rng[NonEmptyList[Char]]

  77. def propernounstring(z: Size): Rng[String]

  78. def sequence[T[_], A](x: T[Rng[A]])(implicit T: Traverse[T]): Rng[T[A]]

  79. def sequencePair[X, A](x: X, r: Rng[A]): Rng[(X, A)]

  80. def setseed(s: Long): Rng[Unit]

  81. def short: Rng[Short]

  82. def string(z: Size): Rng[String]

  83. def string1(z: Size): Rng[String]

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

    Definition Classes
    AnyRef
  85. def toString(): String

    Definition Classes
    AnyRef → Any
  86. def triple[A, B, C](a: Rng[A], b: Rng[B], c: Rng[C]): Rng[(A, B, C)]

  87. def unit: Rng[Unit]

  88. def upper: Rng[Char]

  89. def uppers(z: Size): Rng[List[Char]]

  90. def uppers1(z: Size): Rng[NonEmptyList[Char]]

  91. def upperstring(z: Size): Rng[String]

  92. def upperstring1(z: Size): Rng[String]

  93. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped