Versions in this module Expand all Collapse all v0 v0.0.2 Jul 1, 2023 v0.0.1 Jul 2, 2023 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)