Versions in this module Expand all Collapse all v1 v1.0.0 Nov 15, 2022 Changes in this version + func ParamChanges(r *rand.Rand) []simulation.ParamChange + type PriceGenerator struct + func NewPriceGenerator(startingPrice map[string]sdk.Dec) *PriceGenerator + func (p *PriceGenerator) GetCurrentPrice(marketID string) sdk.Dec + func (p *PriceGenerator) Step(r *rand.Rand, blockHeight int64)