mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Typo
This commit is contained in:
parent
03ad4b01e5
commit
f1c7246d77
@ -1,7 +1,7 @@
|
|||||||
#ifndef DEF_INITIALISATION_H
|
#ifndef DEF_INITIALISATION_H
|
||||||
#define DEF_INITIALISATION_H
|
#define DEF_INITIALISATION_H
|
||||||
|
|
||||||
// Génère un flotant entre 0 et 1
|
// Génère un flottant entre 0 et 1
|
||||||
#define RAND_FLT() ((float)rand())/((float)RAND_MAX)
|
#define RAND_FLT() ((float)rand())/((float)RAND_MAX)
|
||||||
|
|
||||||
#define ZERO 0
|
#define ZERO 0
|
||||||
|
Loading…
Reference in New Issue
Block a user