Skip to content

Releases: SFCMM/Common

Version 6: Random Number generation

02 Feb 13:57

Choose a tag to compare

  • Add random number generator based on splitmix64 and xoshiro256+
  • Add random number generator helper functions used for injections (radial distributions, circle, cone)

Add simple integration schemes and pseudo random number generator

01 Jan 12:42

Choose a tag to compare

-adds simple integration schemes midpoint, trapezoidal, simpson
-add xoshiro256+ based prng

Version 4: Some IO handling stuff

15 Sep 00:34

Choose a tag to compare

-some utilities for binary handling
-base64 encoding
-big/little endian byte swapping

Version 3: add Performance profiling and timing code

14 Aug 12:35
5d002bc

Choose a tag to compare

  • adds code to profile functions
  • adds code to time code progress

Version 2: adding Logging component

11 Aug 21:57

Choose a tag to compare

  • add Logging component
  • fix macro names

Initial Release

10 Aug 20:56
de690cc

Choose a tag to compare

v1

Update README.md