// Copyright © 2023 Sven Moog
//
// This file is part of qFALL-math.
//
// qFALL-math is free software: you can redistribute it and/or modify it under
// the terms of the Mozilla Public License Version 2.0 as published by the
// Mozilla Foundation. See <https://mozilla.org/en-US/MPL/2.0/>.
//! Create benchmark for sampling in this file.
use *;
use ;
/// Basically the test [`qfall_math::utils::sample::discrete_gauss::test_sample_d::doc_test`]
/// Sample a [`MatZ`] with `sample_d`.
/// benchmark [sample_d]
criterion_group!;