seer/src/utils
Bruno BELANYI 93d255623b
ci/woodpecker/push/check Pipeline was successful Details
Use 'pcg64_fast' for RNG
This is a higher quality source of randomness than a XOR-shift
generator, while still being fast and easy to write.
2024-04-06 19:38:10 +01:00
..
mod.rs Move RNG code to its own module 2024-04-06 17:59:14 +01:00
rand.rs Use 'pcg64_fast' for RNG 2024-04-06 19:38:10 +01:00
static_assert.rs Add 'static_assert' macro 2024-04-01 22:20:39 +01:00