-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update GNOLL.ini Signed-off-by: Ian Hunter <[email protected]> * Update setup.cfg Signed-off-by: Ian Hunter <[email protected]> * Update Project.toml Signed-off-by: Ian Hunter <[email protected]> * Update GNOLL.ini Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update test_language_bindings.yml Signed-off-by: Ian Hunter <[email protected]> * Update mocking.h Signed-off-by: Ian Hunter <[email protected]> * Update safe_functions.h Signed-off-by: Ian Hunter <[email protected]> * Update mocking.h Signed-off-by: Ian Hunter <[email protected]> * Update mocking.c Signed-off-by: Ian Hunter <[email protected]> * Update safe_functions.c Signed-off-by: Ian Hunter <[email protected]> * Update randomness.h Signed-off-by: Ian Hunter <[email protected]> * Update randomness.c Signed-off-by: Ian Hunter <[email protected]> * Update macros.c Signed-off-by: Ian Hunter <[email protected]> * Update macros.h Signed-off-by: Ian Hunter <[email protected]> * Update pcg_basic.c Signed-off-by: Ian Hunter <[email protected]> * Update dice.yacc Signed-off-by: Ian Hunter <[email protected]> * Update dice.yacc Signed-off-by: Ian Hunter <[email protected]> --------- Signed-off-by: Ian Hunter <[email protected]>
- Loading branch information
1 parent
370021d
commit 8ff47ec
Showing
14 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
; Placeholder file for future configuration setting. Currently unused | ||
[Meta Information] | ||
version = v3.2.0 | ||
version = v4.4.0 | ||
ttrpg_compatibility_rate = 98.66 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef __RANDOMNESS_H__ | ||
#define __RANDOMNESS_H__ | ||
|
||
int get_random_uniformly(); | ||
int get_random_uniformly(void); | ||
double get_random_normally(double mean, double std); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = gnoll | ||
author = Ian Frederick Vigogne Goodbody Hunter | ||
author_email = [email protected] | ||
version = 4.3.4 | ||
version = 4.4.0 | ||
description = An efficient dice notation parser with extended notation | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
|