Skip to content

Commit

Permalink
Update randomness.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 570f51c commit a8b2c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar/rolls/randomness.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

extern pcg32_random_t rng;

int get_random_uniformly(){
int get_random_uniformly(void){
int value;
#if USE_SECURE_RANDOM == 1
value = (int)arc4random_uniform(INT_MAX);
Expand Down

0 comments on commit a8b2c3b

Please sign in to comment.