My Project
src
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;
kDefaultSeed
constexpr unsigned int kDefaultSeed
Definition:
seed.hpp:4
Generated by
1.9.1