---
source: beancount/types/tests/arbitrary/directive/price.rs
expression: "Price::arbitrary(&mut u)"
---
Ok(
    Price {
        date: -9286-09-22,
        quote: Commodity {
            name: "OXKREH",
        },
        price: Amount {
            amount: -35428083011873160.564169598830,
            commodity: Commodity {
                name: "GINMAAAAAA",
            },
        },
        meta: {},
    },
)