Skip to content

Commit

Permalink
add links to header files
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Jan 9, 2024
1 parent 767ed35 commit c69c02f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions code/numpy/random/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2023 Zoltán Vörös
* Copyright (c) 2024 Zoltán Vörös
*/

#include "py/builtin.h"
#include "py/obj.h"
#include "py/runtime.h"

#include "../../ndarray.h"
#include "random.h"

// methods of the Generator object
Expand Down
5 changes: 4 additions & 1 deletion code/numpy/random/random.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2023 Zoltán Vörös
* Copyright (c) 2024 Zoltán Vörös
*/

#include "../ulab.h"
#include "../../ndarray.h"

#ifndef _NUMPY_RANDOM_
#define _NUMPY_RANDOM_

Expand Down

0 comments on commit c69c02f

Please sign in to comment.