Skip to content

Releases: SFCMM/Common

Version 6: Random Number generation

Choose a tag to compare

@svchb svchb released this 02 Feb 13:57
  • 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

Choose a tag to compare

@svchb svchb released this 01 Jan 12:42

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

Version 4: Some IO handling stuff

Choose a tag to compare

@svchb svchb released this 15 Sep 00:34

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

Version 3: add Performance profiling and timing code

Choose a tag to compare

@svchb svchb released this 14 Aug 12:35
5d002bc
  • adds code to profile functions
  • adds code to time code progress

Version 2: adding Logging component

Choose a tag to compare

@svchb svchb released this 11 Aug 21:57
  • add Logging component
  • fix macro names

Initial Release

Choose a tag to compare

@svchb svchb released this 10 Aug 20:56
de690cc
v1

Update README.md