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

fix bugs and finish "to-do" in rt project. #120

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 31, 2024

  1. fix ray-tracing random_mode

    rainy committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2d5d13a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. report error in Parallel case

    rainy committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cf28377 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. add a faster implemenation for drand48

    This is mentioned in brep.cpp:
    FIXME: drand48 call should be replaced by a faster libbn random mechanism - common.h's definition of drand48 on Windows showed hot in profiling.
    The algorithm is implemented based on the rand.c file in the Redis
    source code:https://github.com/redis/redis/blob/unstable/src/rand.c
    rainy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e3e7729 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    c7e46ea View commit details
    Browse the repository at this point in the history
  2. delete drand48

    rainy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1ac4c06 View commit details
    Browse the repository at this point in the history