Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package saddle

    Saddle is a Scala Data Library.

    Saddle

    Saddle is a Scala Data Library.

    Saddle provides array-backed, indexed one- and two-dimensional data structures.

    These data structures are specialized on JVM primitives. With them one can often avoid the overhead of boxing and unboxing.

    Basic operations also aim to be robust to missing values (NA's)

    The building blocks are intended to be easily composed.

    The foundational building blocks are:

    Inspiration for Saddle comes from many sources, including the R programming language, the pandas data analysis library for Python, and the Scala collections library.

    Definition Classes
    org
  • package spire
    Definition Classes
    saddle
  • package random
    Definition Classes
    spire
  • package rng
    Definition Classes
    random
  • Cmwc5
  • Lcg64

package rng

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Cmwc5 extends LongBasedGenerator
  2. final class Lcg64 extends LongBasedGenerator

Value Members

  1. object Cmwc5 extends GeneratorCompanion[Cmwc5, Array[Long]]
  2. object Lcg64 extends GeneratorCompanion[Lcg64, Long]

Ungrouped