HiRep 0.1
Loading...
Searching...
No Matches
random.h
1/***************************************************************************\
2* Copyright (c) 2022, Claudio Pica *
3* All rights reserved. *
4\***************************************************************************/
5
6#ifndef RANDOM_H
7#define RANDOM_H
8
9#include "Random/ranlux.h"
10#include "Random/random_utils.h"
11#ifdef __cplusplus
12#include "Random/random_generic_gpu.hpp"
13#else
15#endif
16
17#endif
Generic random functions.