congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Exponential.setState
Code IndexAdd Tabnine to your IDE (free)

How to use
setState
method
in
cern.jet.random.tdouble.Exponential

Best Java code snippets using cern.jet.random.tdouble.Exponential.setState (Showing top 2 results out of 315)

origin: net.sourceforge.parallelcolt/parallelcolt

/**
 * Constructs a Negative Exponential distribution.
 */
public Exponential(double lambda, DoubleRandomEngine randomGenerator) {
  setRandomGenerator(randomGenerator);
  setState(lambda);
}
origin: rwl/ParallelColt

/**
 * Constructs a Negative Exponential distribution.
 */
public Exponential(double lambda, DoubleRandomEngine randomGenerator) {
  setRandomGenerator(randomGenerator);
  setState(lambda);
}
cern.jet.random.tdoubleExponentialsetState

Javadoc

Sets the mean.

Popular methods of Exponential

  • nextDouble
    Returns a random number from the distribution; bypasses the internal state.
  • setRandomGenerator
  • staticNextDouble
    Returns a random number from the distribution with the given lambda.

Popular in Java

  • Reactive rest calls using spring rest template
  • setRequestProperty (URLConnection)
  • addToBackStack (FragmentTransaction)
  • getSharedPreferences (Context)
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • ImageIO (javax.imageio)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now