WarpX
Loading...
Searching...
No Matches
RandomSeed.H
Go to the documentation of this file.
1/* Copyright 2021-2025 Yinjian Zhao, Luca Fedeli, Axel Huebl
2 *
3 * This file is part of ABLASTR.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7#ifndef ABLASTR_MATH_RANDOM_SEED_H_
8#define ABLASTR_MATH_RANDOM_SEED_H_
9
10#include <string>
11
12
13namespace ablastr::math
14{
29 void
30 set_random_seed (std::string const & random_seed);
31
32}
33
34#endif // ABLASTR_MATH_RANDOM_SEED_H_
Definition AnyFFT.H:41
void set_random_seed(std::string const &random_seed)
Definition RandomSeed.cpp:19