![]() |
|
|||
Warning, file /include/catch2/catch_get_random_seed.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 0002 // Copyright Catch2 Authors 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE.txt or copy at 0005 // https://www.boost.org/LICENSE_1_0.txt) 0006 0007 // SPDX-License-Identifier: BSL-1.0 0008 #ifndef CATCH_GET_RANDOM_SEED_HPP_INCLUDED 0009 #define CATCH_GET_RANDOM_SEED_HPP_INCLUDED 0010 0011 #include <cstdint> 0012 0013 namespace Catch { 0014 //! Returns Catch2's current RNG seed. 0015 std::uint32_t getSeed(); 0016 } 0017 0018 #endif // CATCH_GET_RANDOM_SEED_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |