Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface10::internal::concurrent_geometric_level_generator< MAX_LEVEL > Class Template Reference

#include <_concurrent_skip_list_impl.h>

Collaboration diagram for tbb::interface10::internal::concurrent_geometric_level_generator< MAX_LEVEL >:

Public Member Functions

 concurrent_geometric_level_generator ()
 
size_t operator() ()
 

Static Public Attributes

static constexpr size_t max_level = MAX_LEVEL
 

Private Attributes

tbb::enumerable_thread_specific< std::mt19937_64 > engines
 
std::geometric_distribution< size_t > distribution
 

Detailed Description

template<size_t MAX_LEVEL>
class tbb::interface10::internal::concurrent_geometric_level_generator< MAX_LEVEL >

Definition at line 1066 of file _concurrent_skip_list_impl.h.

Constructor & Destructor Documentation

◆ concurrent_geometric_level_generator()

Definition at line 1070 of file _concurrent_skip_list_impl.h.

1070 : engines(time(NULL)) {}

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ distribution

template<size_t MAX_LEVEL>
std::geometric_distribution<size_t> tbb::interface10::internal::concurrent_geometric_level_generator< MAX_LEVEL >::distribution
private

◆ engines

◆ max_level

template<size_t MAX_LEVEL>
constexpr size_t tbb::interface10::internal::concurrent_geometric_level_generator< MAX_LEVEL >::max_level = MAX_LEVEL
static

Definition at line 1068 of file _concurrent_skip_list_impl.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.