From 685950d3f2ac8e893a23443f9e087294cce2c6fa Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 11 May 2022 09:56:33 -0700 Subject: Add random variable. --- random/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'random/CMakeLists.txt') diff --git a/random/CMakeLists.txt b/random/CMakeLists.txt index ec80b1d..188d16b 100644 --- a/random/CMakeLists.txt +++ b/random/CMakeLists.txt @@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 3.0) project(random) add_library(random - src/mt19937-64.c) + src/mt19937-64.c + src/normal.c) target_include_directories(random PUBLIC include) -- cgit v1.2.3