pumpkin/rand/distributions/sidebar-items.js

1 line
693 B
JavaScript
Raw Permalink Normal View History

2016-05-10 15:03:32 -04:00
initSidebarItems({"mod":[["exponential","The exponential distribution."],["gamma","The Gamma and derived distributions."],["normal","The normal and derived distributions."],["range","Generating numbers between two others."]],"struct":[["RandSample","A wrapper for generating types that implement `Rand` via the `Sample` & `IndependentSample` traits."],["Weighted","A value with a particular weight for use with `WeightedChoice`."],["WeightedChoice","A distribution that selects from a finite collection of weighted items."]],"trait":[["IndependentSample","`Sample`s that do not require keeping track of state."],["Sample","Types that can be used to create a random instance of `Support`."]]});