My Project
seed.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Default seed for reproducible initialization and stochastic sampling.
4 inline constexpr unsigned int kDefaultSeed = 123u;
constexpr unsigned int kDefaultSeed
Definition: seed.hpp:4