openGPMP
Open Source Mathematics Package
Functions
prime_gen.cpp File Reference
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <openGPMP/arithmetic.hpp>
#include <openGPMP/nt/prime_gen.hpp>
#include <random>
#include <stdio.h>
#include <string>

Go to the source code of this file.

Functions

std::vector< int > _Z19sieveOfEratosthenesi (int n)
 

Function Documentation

◆ _Z19sieveOfEratosthenesi()

std::vector<int> _Z19sieveOfEratosthenesi ( int  n)