blob: d7e87315ec502a85783dc38897d91a1ce6e60235 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"mod":[["exponential","The exponential distribution."],["gamma","The Gamma and derived distributions."],["normal",""],["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`."]]};