-
Updated
Jun 27, 2020 - C#
pcg
Here are 44 public repositories matching this topic...
-
Updated
May 31, 2020 - C#
-
Updated
Jun 24, 2020 - GDScript
Windows have them already, Debian should too, when it gets updated, browser has it. So other Linuxes and Homebrew are left without icons, I think. The original icons are at
https://github.com/AllureOfTheStars/media/tree/master/icon
and some other versions are here
https://github.com/AllureOfTheStars/allureofthestars.github.io
If it's too hard (e.g., on Linuxes too distro-dependent), it
-
Updated
Sep 7, 2018 - C#
-
Updated
May 30, 2019 - C++
-
Updated
May 16, 2020 - GDScript
PCG streams obtained by modifying the increment constant are not independent. The topic has been discussed at length for the Rust implementation:
This should be something the user is made aware of, as having a parameter and talking about "streams" in the documentation gives the idea that the streams are somehow independent.
HDF5 interface
Store data in efficient format for analysis and visualization
-
Updated
May 12, 2020
-
Updated
Jun 28, 2020 - C++
-
Updated
Feb 16, 2019 - C#
-
Updated
Jul 18, 2019 - JavaScript
-
Updated
Oct 13, 2019 - C
-
Updated
Oct 8, 2018 - C#
-
Updated
Mar 15, 2015 - Python
-
Updated
Jan 12, 2019 - Java
-
Updated
Apr 9, 2018 - C#
-
Updated
Apr 11, 2019 - Java
-
Updated
Oct 9, 2018 - Python
-
Updated
Aug 25, 2019 - C#
Improve this page
Add a description, image, and links to the pcg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pcg topic, visit your repo's landing page and select "manage topics."
https://github.com/LambdaHack/LambdaHack/blob/v0.9.5.0/engine-src/Game/LambdaHack/Client/State.hs#L39
The newtype probably needs to be fully transparent, because the epsilon is used and created in many ways that are not easy to capture in a few combinators. The hardest part would probably be to find home for the type, unless the module above is by chance visible from all use sites.