Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biased floating-point rand functions #9

Open
Foxbud opened this issue Jan 27, 2021 · 0 comments
Open

Biased floating-point rand functions #9

Foxbud opened this issue Jan 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Foxbud
Copy link
Owner

Foxbud commented Jan 27, 2021

The eight functions

  • AERRandFloat
  • AERRandFloatRange
  • AERRandDouble
  • AERRandDoubleRange
  • AERRandGenFloat
  • AERRandGenFloatRange
  • AERRandGenDouble
  • AERRandGenDoubleRange

provided by the aer/rand.h module use a method of obtaining floating-point values from integers that is known to introduce slight distribution-related bias. See this paper: https://hal.archives-ouvertes.fr/hal-02427338/file/fpnglib_iccs.pdf.

@Foxbud Foxbud added the bug Something isn't working label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant