summaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/druotoni/fast_random.h
blob: fe8c4a40a2d6279857efe2aee22299db937299fb (plain)
1
2
3
4
5
6
7
// Copyright 2021 Nicolas Druoton (druotoni)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

int           fastrand(void);
unsigned long fastrand_long(void);