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`."]]});