PokerUnicorn
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1
/*
2
* PokerUnicorn Server
3
* This project uses test network, NO real coin or NO real money involved.
4
* Copyright (C) 2023, Oğuzhan Eroğlu <meowingcate@gmail.com> (https://meowingcat.io)
5
* Licensed under GPLv3 License
6
* See LICENSE for more info
7
*/
8
9
#pragma once
10
11
int
pkrsrv_random_range
(
int
min,
int
max);
12
void
pkrsrv_random_bytes
(
unsigned
char
* array,
int
length);
pkrsrv_random_bytes
void pkrsrv_random_bytes(unsigned char *array, int length)
pkrsrv_random_range
int pkrsrv_random_range(int min, int max)